12-18-2020, 02:06 AM
ASM Learning Resources
Just sharing some interesting resources I've found for learning assembly. Very useful to know in low level operations such as reverse engineering, malware analysis, exploit development and malware development.
Tutorials:
Video series:
- Modern x64 Assembly: https://www.youtube.com/watch?v=rxsBghsr...Rmh3uJp7kA
- Linux x64 Assembly: https://www.youtube.com/watch?v=Jg9NBFwY...f1KoKDOvME
- Practical x64 Assembly and C++ Tutorials: https://www.youtube.com/watch?v=fHE0txCj...0A28FEE68D
Ebooks:
- x86-64 Assembly Language Programming with Ubuntu: http://www.egr.unlv.edu/~ed/assembly64.pdf
- Assembly Language Succinctly: https://www.syncfusion.com/ebooks/assemblylanguage
Other/Misc (Low-level related):
- CPU Internals: https://github.com/LordNoteworthy/cpu-internals