Commit Graph

  • fb3ec7fe28 Only get the ElfSectionHeader in the RelocationHandler if it's not a special section header index to avoid a ArrayIndexOutOfBoundsException master 0.7 Maschell 2019-10-11 14:47:48 +0200
  • 0005907547 Update the gitignore Maschell 2019-10-11 13:38:37 +0200
  • 8f506864bd Update the Readme Maschell 2019-10-11 13:38:24 +0200
  • cb1f85fdf7 Update the module information Maschell 2019-10-11 13:35:28 +0200
  • 9930b34783 Set the address to the external functions/locations to null to fix the "Go to External Location" features for imports Maschell 2019-10-11 13:35:18 +0200
  • 9d4a4fdcfb
    Merge pull request #4 from exjam/improve Maschell 2019-10-03 13:05:09 +0200
  • 08707def0e Update README.md to recommend the Gekko/Broadway language spec. James Benton 2019-10-03 11:57:47 +0100
  • 55e72815e3 Zero the data in imports and exports section to prevent analysis marking strings. James Benton 2019-10-03 11:44:55 +0100
  • 3275fe9c7f Improve data references. James Benton 2019-10-03 11:13:54 +0100
  • 3eda80f7c5 Prefer Gekko processor but fallback to normal PowerPC if not present. James Benton 2019-10-02 21:30:57 +0100
  • dc715cfb81 Fix some compiler warnings. James Benton 2019-10-02 20:44:49 +0100
  • 088a2ca0ed Force .rodata section to be read only. James Benton 2019-10-02 20:44:39 +0100
  • 8155a56707 Set r2 to sda2Base and r13 to sdaBase. James Benton 2019-10-02 20:44:23 +0100
  • f9f61cdf2a Create symbols for data exports. James Benton 2019-10-02 19:50:05 +0100
  • df0b8cd768 Optimise relocations by using getUniqueExternalLocation James Benton 2019-10-02 18:31:40 +0100
  • 4603bdb986 Add support for data imports. James Benton 2019-10-02 18:29:41 +0100
  • f1b7a8f517 Rewrite RPL loading. James Benton 2019-10-01 21:17:18 +0100
  • a4de06bfac - Fix references to imports in big binaries - Revert relocating symbols to 0x01XXXXXX - Keep imports/exports sections 0.6 Maschell 2019-03-11 00:24:24 +0100
  • b37a5e6b5c Improve the handling of data and function imports. 0.5 Maschell 2019-03-10 17:32:09 +0100
  • 1fca6ebc8f Minor code cleanup Maschell 2019-03-10 17:31:45 +0100
  • 6d487f56c5 Use the correct symbol type. Maschell 2019-03-10 17:31:30 +0100
  • 194e36f4c2 Wrap and improve the logging. It's the messages will be logged to System.out and the given TaskMonitor Maschell 2019-03-10 17:31:05 +0100
  • eba14fb8f5 Get the sections header names before converting the rpl/rpx to elf Maschell 2019-03-10 17:28:48 +0100
  • 92a68e21fc Imports are now only listed in the import but not export section! 0.4 Maschell 2019-03-10 03:35:01 +0100
  • 81a082edb1 Add references to imports. Currently the imports are handled as data, but can be converted to functions manually. Maschell 2019-03-10 01:48:02 +0100
  • 7066bed843 Only set CRC and FILEINFO sections to SHT_NULL Maschell 2019-03-10 01:43:15 +0100
  • 30dd840300 Set a custom address for import symbols. Maschell 2019-03-10 01:42:43 +0100
  • 3085d0b374 Don't save section data for the special sections. Maschell 2019-03-10 01:41:38 +0100
  • 2f4362b159 Update the README Maschell 2019-03-08 19:25:41 +0100
  • f9bc953bd6 Now rpx/rpl files can be imported directly. 0.3 Maschell 2019-03-08 19:22:40 +0100
  • a366f0eafc Fix size alignment 0.2a Maschell 2019-03-08 18:05:47 +0100
  • 389b710a73 Setting special sections to SHT_NULL Maschell 2019-03-08 18:05:30 +0100
  • d9cbfe31da Use the TaskMonitor Maschell 2019-03-08 18:04:29 +0100
  • 721b0306a5 Use proper constants Maschell 2019-03-08 18:03:29 +0100
  • 67786b9384 Add missing SectionHeaderTypes 0.2 Maschell 2019-03-07 01:32:27 +0100
  • bda1baae37 Add missing directories. Maschell 2019-03-07 01:32:03 +0100
  • 738ebe9c6a Hacky fix for the wrong imports relocations. Maschell 2019-03-07 01:30:14 +0100
  • 2ddc46b43a Skip some special section (CRC and Fileinfo) Maschell 2019-03-07 01:29:06 +0100
  • 86551bf306 Turn "convertRPX" into a static method Maschell 2019-03-07 01:28:04 +0100
  • 9b626131c7 Align section size by 4. Maschell 2019-03-07 01:26:32 +0100
  • 606f5ab7d3 First commit. 0.1 Maschell 2019-03-06 14:56:59 +0100