Skip to content

Commit

Permalink
mov files to trueblog
Browse files Browse the repository at this point in the history
sync: fix a small mistake
  • Loading branch information
RocketMaDev committed Oct 16, 2024
1 parent a2ab353 commit 73df1d2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/industrial2024/awd.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def payload(lo:int):
8d 14 85 00 00 00 00 lea edx, [eax * 4]
-8d 83 70 00 00 00 lea eax, [ebx + 0x70] ; heap
-01 d0 add eax, edx ; &heap[index]
+8d 83 68 00 00 00 eax, [ebx + 0x68] ; &DW.ref.__gxx_personality_v0
+8d 83 68 00 00 00 lea eax, [ebx + 0x68] ; &DW.ref.__gxx_personality_v0
+90 nop
+90 nop
83 ec 04 sub esp, 0x4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 73df1d2

Please sign in to comment.