Skip to content

Commit dd4c8bc

Browse files
authored
Merge pull request #21 from jsfleming/master
added basic ARM assembly guide
2 parents eff58bf + 997f910 commit dd4c8bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Useful tips by OTA CTF members. PRs welcome!
88
* Quickly see what assembly different compilers generate: [Compiler Explorer](https://godbolt.org/)
99
* Quickly disassemble raw bytes: [ODA](https://www.onlinedisassembler.com/odaweb/)
1010
* Quickly assemble x86: [Defuse assembler](https://defuse.ca/online-x86-assembler.htm)
11+
* Azeria's guide to ARM assembly: [ARM Assembly Basics](https://azeria-labs.com/writing-arm-assembly-part-1/)
1112

1213
## Binary Exploitation Technique
1314

0 commit comments

Comments
 (0)