JayFoxRox / XbSymbolCacheGenTest

Self-generated symbol cache and compare between virtual vs raw memory translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xbox Symbol Cache Generator Test

XbSymbolCacheGenTest is a console application, all you need to do is click-n-drag xbe file on top of the program or manually input the file path to xbe file. The program perform a test of raw and virtual memory address of detected symbols scans against each other from an xbe file via command prompt.

Designed for cross-platform support by using CMakeLists.txt project.

If there is an error, the console will not terminate until you press enter key.

Windows

  • Project Generator

    To generate project, we recommended to launch "__ Native Tools Command Prompt for VS ___" by Visual Studio. Then navigate to the project's folder to use gen-wins-project.cmd batch. Run the batch file for target platform options.

  • Building Project

    Once project solution is generated, you can use build-wins.cmd batch file with target options to start building release build.

Linux/Unix

TODO: Need instructions...

About

Self-generated symbol cache and compare between virtual vs raw memory translation.

License:GNU General Public License v3.0


Languages

Language:C++ 88.7%Language:Batchfile 5.9%Language:C 3.4%Language:CMake 2.0%