This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Python script for IDA Pro to rename all native functions for Grand Theft Auto V in the GTA5.exe. | |
| # Executable version used for dump: 1.0.2824.0 | |
| # Not to be used for online modifications, for educational purposes only. | |
| natives = [ | |
| ( 0x4EDE34FBADD967A6, 0x4EDE34FBADD967A6, 0x15f6978, "WAIT"), | |
| ( 0xE81651AD79516E48, 0xe81651ad79516e48, 0x15f6364, "START_NEW_SCRIPT"), | |
| ( 0xB8BA7F44DF1575E1, 0xb8ba7f44df1575e1, 0x15f6448, "START_NEW_SCRIPT_WITH_ARGS"), | |
| ( 0xEB1C67C3A5333A92, 0xeb1c67c3a5333a92, 0x15f6488, "START_NEW_SCRIPT_WITH_NAME_HASH"), | |
| ( 0xC4BB298BD441BE78, 0xc4bb298bd441be78, 0x15f64cc, "START_NEW_SCRIPT_WITH_NAME_HASH_AND_ARGS"), |