Skip to content

redthing1/sk0pe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sk0pe

lightweight static binary analysis with emulation (unicorn + triton)

demo: emulation

a demonstration of emulated function calling in a sample binary:

uv run python ./scripts/demo_emu_funcs.py -vvv --backend unicorn --trace
uv run python ./scripts/demo_emu_funcs.py -vvv --backend triton --trace

demo: run a w1dump

create a w1dump using w1tn3ss

then symbolically execute code in the dump:

uv run ./scripts/w1dump_symbolic_emu.py -vvv --backend triton --count 40 --symbolize-all-gpr <dump> --start <addr> --trace

About

emulation-powered binary analysis framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors