Skip to content

Commit 29036df

Browse files
authored
Added syntax highlighting for GitHub.
1 parent 8233ae0 commit 29036df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Gadgets contain a lot of information:
7272

7373
For example look at how the following code translates into a gadget
7474

75-
```
75+
```asm
7676
0x403be4: and ebp,edi
7777
0x403be6: mov QWORD PTR [rbx+0x90],rax
7878
0x403bed: xor eax,eax
@@ -125,4 +125,4 @@ Allow setting constraints on the generated chain e.g. bytes that are valid.
125125
## Common gotchas
126126
Make sure to import angrop before calling proj.analyses.ROP()
127127

128-
Make sure to call find_gadets() before trying to make chains
128+
Make sure to call find_gadets() before trying to make chains

0 commit comments

Comments
 (0)