A fast usermode x86 and x86-64 emulator for Arm64 Linux
Go to file
Ryan Houdek a28df9f5c1 Moves SonicUtils in to FEXCore
Removes the extraneous and dead VM CPU backend
2020-11-29 00:30:28 -08:00
.github/workflows Has the github action clean its build folder 2020-09-05 16:58:28 -07:00
docs Moves SonicUtils in to FEXCore 2020-11-29 00:30:28 -08:00
External Moves SonicUtils in to FEXCore 2020-11-29 00:30:28 -08:00
Scripts Support disabling ASM and IR tests per runner type 2020-09-25 21:17:54 -07:00
Source Moves SonicUtils in to FEXCore 2020-11-29 00:30:28 -08:00
ThunkLibs Fixes thunk generation with make 2020-11-21 17:45:22 -08:00
unittests Translates the x87 tests to be 32bit 2020-11-26 17:35:11 -08:00
.gitignore Add MemoryData to IR and ASM Tests 2020-08-21 01:29:37 +12:00
.gitmodules Moves our entire execution model over to signal execution 2020-09-02 16:00:17 -07:00
CMakeLists.txt Moves SonicUtils in to FEXCore 2020-11-29 00:30:28 -08:00
CMakeSettings.json EnvironmentLoader, clean merge 2020-04-24 19:25:57 -04:00
Dockerfile Moves SonicUtils in to FEXCore 2020-11-29 00:30:28 -08:00
LICENSE Initial Commit 2020-03-06 09:08:13 +02:00
Readme.md Moves SonicUtils in to FEXCore 2020-11-29 00:30:28 -08:00

FEX - Fast x86 emulation frontend

This is the frontend application and tooling used for development and debugging of the FEXCore library.

Dependencies

  • FEXCore
  • cpp-optparse
  • imgui
  • json-maker
  • tiny-json
  • boost interprocess (sadly)
  • A C++17 compliant compiler (There are assumptions made about using Clang and LTO)
  • clang-tidy if you want the code cleaned up
  • cmake

FEX diagram