Skip to content

Commit

Permalink
add Doge-Whisper
Browse files Browse the repository at this point in the history
add Doge-Whisper
  • Loading branch information
timwhitez authored Mar 23, 2022
1 parent c383a43 commit 5b01c62
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg/Gabh/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,16 @@ type _IMAGE_DOS_HEADER struct { // DOS .EXE header

type IMAGE_DOS_HEADER _IMAGE_DOS_HEADER

type SYSCALL_LIST struct {
Count uint16
Address uintptr
}

type Count_LIST struct {
hashName string
Address uintptr
}

type DW_SYSCALL_LIST struct {
slist map[string]*SYSCALL_LIST
}

0 comments on commit 5b01c62

Please sign in to comment.