Skip to content

MuziSec/go_memdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_memdump

Really bad Go Wrapper for collecting memory dumps and chunking into smaller files. (CS Falcon has issues with files larger than 4 GB, so chunking is required to pull back via Falcon)

Compile

For Windows:

GOOS=windows GOARCH=amd64 go build main.go

For Linux:

GOOS=linux GOARCH=amd64 go build main.go

To Do:

Make less crappy. Mac support.

About

Really bad Go Wrapper for collecting memory dumps and chunking into smaller files. (CS Falcon has issues with files larger than 4 GB, so chunking is required to pull back via Falcon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages