Everything is memory!
Required Knowledge
All previous articles from
AssemblyDef will help in understanding this page.
Everything is memory!
Well, we learned about registers... which are just small pieces of memory.
We learned about flags, which are contained in a register... and just pieces of memory.
We learned about opcodes, which are just bytes of data in pieces of memory.
We also have the stack, which is just another piece of memory.
Anyway, pretty much everything is there for you to change at some level. So do not underestimate the power of a reverser and say something is impossible ;)
In closing, if you learn assembly well (It is now suggested you try the
assembly tutorials which will give you practical knowledge in coding in assembly), there is nothing to stop you from eventually reversing your target.
Good luck,
Related links
In house assembly tutorials
Categories
CategoryDefinitions
There are no comments on this page. [Add comment]