Skip to content

gabrieljcs/illegalEMU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

illegalEMU

An illegal (unknown) instructions emulator.

Why?

Some legacy processors (e.g. AMD Phenom series) are perfectly fine for today's standards but lack a few instructions widely used in modern software. This is an attempt to overcome this issue by emulating the invalid instructions in software.

How?

Attaching to a program like a debugger, breaking whenever an "illegal instruction" exception is hit and emulating it using Unicorn.

Does it work?

Not yet.

About

An illegal (unknown) instructions emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published