We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eff58bf + 997f910 commit dd4c8bcCopy full SHA for dd4c8bc
README.md
@@ -8,6 +8,7 @@ Useful tips by OTA CTF members. PRs welcome!
8
* Quickly see what assembly different compilers generate: [Compiler Explorer](https://godbolt.org/)
9
* Quickly disassemble raw bytes: [ODA](https://www.onlinedisassembler.com/odaweb/)
10
* 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/)
12
13
## Binary Exploitation Technique
14
0 commit comments