07 2021 档案

摘要:修改注册表 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\Setup 重启安装程序,安装位置已修改 阅读全文
posted @ 2021-07-26 09:02 DirWangK 阅读(2954) 评论(0) 推荐(0)
摘要:shellcode中常用的ror13hash算法,常见hash: def ror13(target): # return ((target << 0x13) & 0xfff80000) | ((target >> 0xd) & 0x07ffff) return ((target << 0x13) & 阅读全文
posted @ 2021-07-19 16:53 DirWangK 阅读(276) 评论(0) 推荐(0)
摘要:typedef struct _IMAGE_DATA_DIRECTORY { DWORD VirtualAddress; DWORD Size; } IMAGE_DATA_DIRECTORY, *PIMAGE_DATA_DIRECTORY; IMAGE_DIRECTORY_ENTRY_SECURIT 阅读全文
posted @ 2021-07-15 15:38 DirWangK 阅读(558) 评论(0) 推荐(0)
摘要:https://www.gitmemory.com/issue/karakun/OpenWebStart/384/769858773 Meanwhile I followed another hint and tried adding the add-exports/add-opens to the 阅读全文
posted @ 2021-07-07 16:29 DirWangK 阅读(996) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-07-01 17:54 DirWangK 阅读(63) 评论(0) 推荐(0)