Skip to content
/ zero Public

useful library for low level improvement and reverse engineering

Notifications You must be signed in to change notification settings

0dm/zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

zero

Adding useful C++ functions to this, currently has:

template<typename function>
zero::getExecutionTime(function f)

returns the time (ms) that a function took to execute

template<typename memory>
zero::disassemble(memory address, unsigned lines, bool trim)
address: starting address to disassemble (can pass function)
lines: amount of lines to display
trim: attempt to remove zeros from addresses, works fine with x86.

gif

Only works on Windows.

About

useful library for low level improvement and reverse engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages