BananaPhone
It's a go variant of Hells gate! (directly calling windows kernel functions, but from Go!)
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- function.go
- mkdirectsyscall.go
- ntstatus.go
- oldsrcTemplate.go
- params.go
- readme.md
- rets.go
- source.go
- srcTemplate.go
- main.go
- main.go
- main.go
- syscalls.go
- zsyscall_windows.go
- main.go
- syscalls.go
- zsyscalls_windows.go
- main.go
- syscall.go
- main.go
- main.go
- main.go
- main.go
- apiMonitor.png
- asm_x64.s
- bananaphone.go
- functions.go
- internal.go
- ldr.go
- go.mod
- go.sum
- LICENSE
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/C-Sto/BananaPhone
Downloads the entire project code from GitHub to your computer.
cd BananaPhone
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
