Affichage des articles dont le libellé est foundation. Afficher tous les articles
Affichage des articles dont le libellé est foundation. Afficher tous les articles

samedi 25 janvier 2014

Where to start after learning a foundation of ASM? topic




I've been reading http://flint.cs.yale.edu/cs422/doc/art-of-asm/pdf/ for the last few weeks and want to start applying and strengthening my knowledge by doing basic example programs.

I intend on using ASM for reversing. My form of application is the inline assembly ( _asm {} ) in C++. Likely I plan on using an injected DLL, as I don't have any need to work on an external program.

My idea was to make some demo applications and try to modify them - however I don't know what kind of demo applications to make.

I know an obvious answer would be "make game hacks", however I don't believe I'm anywhere near ready to start there.

Does anyone have any suggestions?