Skip to content

Ektoplasma/BlobRunner_Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlobRunner

BlobRunner is a simple tool to quickly debug shellcode extracted during malware analysis.
BlobRunner allocates memory for the target file and jumps to the base (or offset) of the allocated memory. This allows an analyst to quickly debug into extracted artifacts with minimal overhead and effort.

BlobRunner Sample

Original tool is from OALabs: BlobRunner. This is just a Linux fork.

Building

gcc -o blobrunner_x64 blobrunner.c gcc -m32 -o blobrunner_x86 blobrunner.c

About

Linux fork of OALabs's BlobRunner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages