From 2a662c4cc299693fa68c456dd4d746ae97aa2dba Mon Sep 17 00:00:00 2001 From: TimWhite <36320909+timwhitez@users.noreply.github.com> Date: Mon, 28 Mar 2022 17:26:56 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc8b46d..9957aca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - 🐶Doge For Defense Evasion & Offensive Security # Doge-Gabh -GetProcAddressByHash/remap/full dll unhooking/Tartaru's Gate/Spoofing Gate/universal/Perun's Fart/Spoofing-Gate/EGG/RecycledGate/syswhisper golang implementation +GetProcAddressByHash/remap/full dll unhooking/Tartaru's Gate/Spoofing Gate/universal/Perun's Fart/Spoofing-Gate/EGG/RecycledGate/syswhisper/RefleXXion golang implementation Doge-Gabh为集成 Windows ntdll动态调用,直接系统调用,api hash调用,dll脱钩的Golang组件包。 @@ -84,6 +84,9 @@ var newWhisper = gabh.DWhisper() // 从DW_SYSCALL_LIST 获取sysid sysid := newWhisper.GetSysid("4942059d") + +//RefleXXion +gabh.KDllunhook() ``` ## Usage