1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-23 23:38:50 +00:00

An introduction to reverse engineering for beginners

This commit is contained in:
Dennis Yurichev 2014-01-09 02:25:55 +02:00
parent 0952837908
commit 972b322bbb

View File

@ -516,6 +516,7 @@
* [The Second Book Of Machine Language](http://www.atariarchives.org/2bml/)
* [Wizard Code](http://vendu.twodots.nl/wizardcode.html)
* [x86 Assembly](http://en.wikibooks.org/wiki/X86_Assembly)
* [An introduction to reverse engineering for beginners](https://github.com/dennis714/RE-for-beginners)
####Non-X86
* [Easy 6502](http://skilldrick.github.io/easy6502/) - Nick Morgan