A fast usermode x86 and x86-64 emulator for Arm64 Linux
Go to file
2021-01-26 15:45:12 -08:00
.github/workflows CI: Disable gcc target tests for x86-32 2021-01-26 12:37:07 +02:00
docs Moves SonicUtils in to FEXCore 2020-11-29 00:30:28 -08:00
External Merge pull request #704 from FEX-Emu/skmp/add-gcc-target-tests 2021-01-26 15:45:12 -08:00
Scripts Tests: Add gcc-target-tests for 32 and 64 bit 2021-01-26 12:00:45 +02:00
Source Merge pull request #712 from Sonicadvance1/fix_timers 2021-01-26 15:33:00 +02:00
ThunkLibs Fixes thunk generation with make 2020-11-21 17:45:22 -08:00
unittests Merge pull request #704 from FEX-Emu/skmp/add-gcc-target-tests 2021-01-26 15:45:12 -08:00
.gitignore Add MemoryData to IR and ASM Tests 2020-08-21 01:29:37 +12:00
.gitmodules Tests: Add gcc-target-tests for 32 and 64 bit 2021-01-26 12:00:45 +02:00
CMakeLists.txt Works around Clang failing to identify new Kryo CPUs 2021-01-19 03:21:10 -08:00
CMakeSettings.json EnvironmentLoader, clean merge 2020-04-24 19:25:57 -04:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2020-12-25 01:57:09 -08:00
Dockerfile Removes all references to Boost 2021-01-26 02:34:26 -08:00
LICENSE Initial Commit 2020-03-06 09:08:13 +02:00
Readme.md Removes all references to Boost 2021-01-26 02:34:26 -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
  • 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