We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8233ae0 commit 29036dfCopy full SHA for 29036df
README.md
@@ -72,7 +72,7 @@ Gadgets contain a lot of information:
72
73
For example look at how the following code translates into a gadget
74
75
-```
+```asm
76
0x403be4: and ebp,edi
77
0x403be6: mov QWORD PTR [rbx+0x90],rax
78
0x403bed: xor eax,eax
@@ -125,4 +125,4 @@ Allow setting constraints on the generated chain e.g. bytes that are valid.
125
## Common gotchas
126
Make sure to import angrop before calling proj.analyses.ROP()
127
128
-Make sure to call find_gadets() before trying to make chains
+Make sure to call find_gadets() before trying to make chains
0 commit comments