From 73df1d2d55f21f5084c69e833f548d6d231fbba3 Mon Sep 17 00:00:00 2001 From: RocketDev Date: Wed, 16 Oct 2024 19:33:13 +0800 Subject: [PATCH] mov files to `trueblog` sync: fix a small mistake --- source/_posts/industrial2024/awd.md | 2 +- source/_posts/{ => trueblog}/debuginfod.md | 0 source/_posts/{ => trueblog}/gdbInMsys.md | 0 source/_posts/{ => trueblog}/hello-world.md | 0 source/_posts/{ => trueblog}/ifuncInPuts.md | 0 source/_posts/{ => trueblog}/patchelfForZsh.md | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename source/_posts/{ => trueblog}/debuginfod.md (100%) rename source/_posts/{ => trueblog}/gdbInMsys.md (100%) rename source/_posts/{ => trueblog}/hello-world.md (100%) rename source/_posts/{ => trueblog}/ifuncInPuts.md (100%) rename source/_posts/{ => trueblog}/patchelfForZsh.md (100%) diff --git a/source/_posts/industrial2024/awd.md b/source/_posts/industrial2024/awd.md index eb5769f..2aaa93b 100644 --- a/source/_posts/industrial2024/awd.md +++ b/source/_posts/industrial2024/awd.md @@ -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 diff --git a/source/_posts/debuginfod.md b/source/_posts/trueblog/debuginfod.md similarity index 100% rename from source/_posts/debuginfod.md rename to source/_posts/trueblog/debuginfod.md diff --git a/source/_posts/gdbInMsys.md b/source/_posts/trueblog/gdbInMsys.md similarity index 100% rename from source/_posts/gdbInMsys.md rename to source/_posts/trueblog/gdbInMsys.md diff --git a/source/_posts/hello-world.md b/source/_posts/trueblog/hello-world.md similarity index 100% rename from source/_posts/hello-world.md rename to source/_posts/trueblog/hello-world.md diff --git a/source/_posts/ifuncInPuts.md b/source/_posts/trueblog/ifuncInPuts.md similarity index 100% rename from source/_posts/ifuncInPuts.md rename to source/_posts/trueblog/ifuncInPuts.md diff --git a/source/_posts/patchelfForZsh.md b/source/_posts/trueblog/patchelfForZsh.md similarity index 100% rename from source/_posts/patchelfForZsh.md rename to source/_posts/trueblog/patchelfForZsh.md