Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 525 Bytes

README.MD

File metadata and controls

23 lines (18 loc) · 525 Bytes

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.