Skip to content
/ starter Public

A small utility to run raw code chunks in the executable memory area.

Notifications You must be signed in to change notification settings

PELock/starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

starter

With this small application you can load all kinds of code fragments stored in binary files and run them directly from the memory.

Before the execution, an int3 will be triggered, so you can catch the execution of the binary code with your favourite debugger (for example OllyDbg).

I've used it many times to load and test small chunks of x86 binaries.

Bartosz Wójcik http://www.pelock.com

About

A small utility to run raw code chunks in the executable memory area.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages