Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 339 Bytes

assembly_language.md

File metadata and controls

19 lines (11 loc) · 339 Bytes

x86 Introduction - Assembly Language Notes

radare2 for reverse engineering

r2 -d <filename>

aaa afl pdf @<function>

db <hex address> - add breakpoint

dc - run program while in r2

ds - moves to next instruction

dr - list register values in hex

px @<register> (ex: px @rbp-0x4) - view register values/content