Skip to content

Commit 73df1d2

Browse files
committed
mov files to trueblog
sync: fix a small mistake
1 parent a2ab353 commit 73df1d2

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

source/_posts/industrial2024/awd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def payload(lo:int):
125125
8d 14 85 00 00 00 00 lea edx, [eax * 4]
126126
-8d 83 70 00 00 00 lea eax, [ebx + 0x70] ; heap
127127
-01 d0 add eax, edx ; &heap[index]
128-
+8d 83 68 00 00 00 eax, [ebx + 0x68] ; &DW.ref.__gxx_personality_v0
128+
+8d 83 68 00 00 00 lea eax, [ebx + 0x68] ; &DW.ref.__gxx_personality_v0
129129
+90 nop
130130
+90 nop
131131
83 ec 04 sub esp, 0x4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)