Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

X86 native code rebuilder using UnknownIR(UIR) and UnknownMC(UMC).

License

Notifications You must be signed in to change notification settings

NewWorldComingSoon/UnknownRebuilder

Repository files navigation

UnknownRebuilder

CMake-windows-latest GitHub license

X86 native code rebuilder using UnknownIR(UIR) and UnknownMC(UMC). We can also say bin2bin(binary to binary).

Image

What's UIR?

Yet another Intermediate Representation(IR) called UnknownIR(UIR).

What's UMC?

Yet another Machine Code(MC) called UnknownMC(UMC).

Motivation

Just for learning and fun. Maybe it can help others too.

Credit

Build

Only tested on Windows, other systems have not been tested.

cmake -Bbuild -DCAPSTONE_BUILD_TESTS=OFF -DCAPSTONE_BUILD_SHARED=OFF -DCAPSTONE_BUILD_STATIC_RUNTIME=ON -DLLVM_TARGETS_TO_BUILD=X86 -DLIEF_PYTHON_API=OFF -DLIEF_ELF=OFF -DLIEF_MACHO=OFF -DLIEF_OAT=OFF -DLIEF_MACHO=OFF -DLIEF_OAT=OFF -DLIEF_DEX=OFF -DLIEF_VDEX=OFF -DLIEF_ART=OFF -DLIEF_EXAMPLES=OFF -DLIEF_C_API=OFF -DLIEF_ENABLE_JSON=OFF -DBUILD_SHARE_LIBS=OFF

Contributing

Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

Note

This is currently an unfinished project. I expect to spend 1 year to complete this project :)

20230209 Under development as a commercial project.

Releases

No releases published

Packages

No packages published

Languages