Jump to content
  • 0

how to search this arm32 opcode?


nio04

Question

this may sound dumb! cz i dont understand much about these stuff

 

i want to only search for "andeq" values, can i do that?

 

i think, the valid search proceed is "andeq r0, r0, #28" or something similar like this, right?

 

then how can i search for only "andeq" arm opcode values?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

On 7/18/2021 at 8:16 AM, BadCase said:

To search for an exact value it would be

~A andeq r0, r0, #28

With the example of the opcode you gave

this will give me single value..

 

but i want to get all values which were assigned by 'andeq'

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.