Skip to content
/ minemu Public
forked from brainsmoke/minemu

Minemu is a minimal emulator for dynamic taint analysis ( this is a mirror of https://minemu.org/code/minemu.git )

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE-GPL-3.txt
Notifications You must be signed in to change notification settings

BwRy/minemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTES:

- Minemu only works on 32 bit intel linux systems.

- it requires a CPU with support for SSE 4.1 instructions
  (45nm intel Core 2 Duo, and up.)

- the kernel must always allow memory overcommitting (instead of
  depending on heuristics.) This can be achieved by setting the sysctl:

    vm.overcommit_memory=1

About

Minemu is a minimal emulator for dynamic taint analysis ( this is a mirror of https://minemu.org/code/minemu.git )

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE-GPL-3.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.0%
  • Assembly 5.2%
  • Python 3.5%
  • Makefile 1.3%
  • Shell 0.4%
  • C++ 0.3%
  • Objective-C 0.3%