Skip to content

"Simulator" with instruction tracing and deterministic timing for x86 programs

License

Notifications You must be signed in to change notification settings

jwhitham/x86determiniser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86determiniser

x86determiniser is a "simulator" with branch tracing, instruction tracing and deterministic timing for x86 32-bit and 64-bit programs on Windows and Linux. It operates by "syscall emulation" and runs native executables. There's a longer description on my website along with precompiled binaries.

Example:

C> x64determiniser.exe --inst-trace test.txt example.exe

test.txt will contain a list of all instructions executed by the "example.exe" program, excluding those in library code (not within the .exe file).

x64determiniser.exe --help prints out a list of other options.

Documentation

About x86determiniser

Version history

Build instructions

Migration from version 1.x

About

"Simulator" with instruction tracing and deterministic timing for x86 programs

Resources

License

Stars

Watchers

Forks

Packages

No packages published