We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff58bf commit 997f910Copy full SHA for 997f910
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