Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages