mirror of
https://github.com/RPCSX/xed.git
synced 2025-02-17 01:49:41 +00:00
![Mark Charney](/assets/img/avatar_default.png)
* decoder shows EIP if 67 used for rip rel in 64b mode. looks nicer. * encoder works with EIP (and emits 67) if used for encoding. Change-Id: Ie3a63c7562c90ea8e48ac24e89d6ac5d8b20a1b8
To build the examples, a relatively recent version of python 2.7 is required. ================================ STATIC LIBRARY XED BUILD: ================================ Linux or Mac: % ./mfile.py Windows: % C:/python27/python mfile.py ================================ DYNAMIC LIBRARY XED BUILD: ================================ If you have a a shared-object (or DLL build on windows) you must also include "--shared" on the command line: Linux or Mac: % ./mfile.py --shared Windows: % C:/python27/python mfile.py --shared Add "--help" (no quotes) for more build options.