Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HashtagMarkus/gocave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCave

Finds code caves inside of a PE binary. This project is a go port of https://github.com/axcheron/pycave which is implemented in python.

Usage

Find code caves in PE files of given length

Usage:
  gocave [flags]

Flags:
  -b, --base uint32   Base address (default 4194304)
  -f, --file string   PE File to analyze
  -h, --help          help for gocave
  -s, --size int      Minimal size of code cave (default 300)

Build

Linux

GOOS=linux GOARCH=386 go build -o gocave.exe ./main.go

Windows >= 7

GOOS=windows GOARCH=386 go build -o gocave.exe ./main.go

Windows Vista

In order to build this for older Windows Versions like Vista, golang Version 1.10.x needs to be used.

GOOS=windows GOARCH=386 go build -o gocave.exe ./main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages