Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. in the search tab, for the range this is the memory address range it will search in. if you don't know you can search the whole memory but this will take a while. 10000000 - 50000000. for the bit, never use anything greater than 32 bit unless you know what you're doing with it.
  2.  
  3. if the value is between 0 and 255, use 8 bit. between 256 and 65535, use 16 bit. anything greater than 65535 use 32 bit.
  4.  
  5. the conditions mean if the memory address is ____ to the value you input on the right. for example if you had $30 then you would convert 30 to hex and search "equal to" and then put 30 in the box on the right
  6.  
  7. if u need more help leave a comment again
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement