REBot icon indicating copy to clipboard operation
REBot copied to clipboard

Which ARM architecture does this use?

Open turtleisaac opened this issue 2 years ago • 0 comments

I’ve been using this for a while and something I often notice is that whichever arm architecture REBot uses isn’t the same one I’m using. I’m using ARMv5t and the only differing instruction I’ve noticed so far is that NOP is C0 46 for the architecture I use instead of the 00 BF that REBot returns. it’s an issue that catches users who don’t know to use the different NOP for this architecture off guard often on the server we use it on.

tldr: which specific ARM variant does this assemble and disassemble?

turtleisaac avatar Oct 20 '22 16:10 turtleisaac