|
|
|
|
|
by moon2
2152 days ago
|
|
Programming from Ground Up, by Jonathan Bartlett. https://download-mirror.savannah.gnu.org/releases/pgubook/Pr... I was able to learn a lot about low level programming. The problems with this book: the examples are in Intel syntax (I find AT&T's syntax better to read and it's more common to use), and not in x86-64. Also, Hacking: The Art of Exploitation (https://nostarch.com/hacking2.htm) have a nice introduction on Assembly, from the standpoint of a person doing reverse engineering, debugging with GDB or shellcoding. |
|