Skip to content

wpss.b02

This appears to be an AARCH32 executable using the T32 instruction set. Binwalk fails to identify the architecture. Experimenting with various options the assembly for this looks like actual code. The GNU Binutils seems to think it's an elf32-littlearm BFD target, and that's the only one that it disassembles successfully. Radre2 seems to agree, and generates the same assembly output. Since I don't see any weird code sequences or invalid instructions, it looks legit. I'd have to really dig into reading the assembly to be sure.

I also wrote a simple Thumb dissasembler using Capstone as an additional test.