Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timwhitez authored Mar 11, 2022
1 parent 5962df3 commit 0b41b84
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 golang implementation
GetProcAddressByHash/remap/full dll unhooking/Tartaru's Gate/Spoofing Gate/universal/Perun's Fart/Spoofing-Gate/EGG/RecycledGate golang implementation


Doge-Gabh为集成 Windows ntdll动态调用,直接系统调用,api hash调用,dll脱钩的Golang组件包。
Expand All @@ -14,7 +14,7 @@ Doge-Gabh为集成 Windows ntdll动态调用,直接系统调用,api hash调用,d

这可以用于许多目的,例如 PE 解析、动态 API 调用、shellcode loader、进程注入和绕过API挂钩等。

集成多种地狱之门以及地狱之门衍生项目的golang实现:Hells Gate/HalosGate/Tartaru's Gate/Spoofing Gate/Doge-EGGCall/[Recycled Gate(开发中)]
集成多种地狱之门以及地狱之门衍生项目的golang实现:Hells Gate/HalosGate/Tartaru's Gate/Spoofing Gate/Doge-EGGCall/RecycledGate

项目名称Gabh原意仅为GetAddressByHash, 后延申为类似DInvoke的动态调用工具包。

Expand Down Expand Up @@ -71,6 +71,11 @@ gabh.PerunsFart()
//full dll unhooking use cmd.exe type
gabh.CMDUnhook()
//get syscall;ret
gabh.GetRecyCall()
//recycled gate call
gabh.ReCycall()
```

Expand Down

0 comments on commit 0b41b84

Please sign in to comment.