Commit Graph

  • 96730fe65d Add PowerMgrPlugin dispatch tables master Elliot Nunn 2019-10-20 11:59:32 +0800
  • bd8aae00d1 Dump specialised dispatch tables, starting with ATA Elliot Nunn 2019-10-20 09:44:22 +0800
  • 57772c6ed3 Support multiple USB driver per frag Elliot Nunn 2019-10-20 07:54:39 +0800
  • 773ed467e1 Print nonsense Mac versions as hex Elliot Nunn 2019-10-20 07:53:22 +0800
  • e8a3012b41 TOC guesser: use reloc opcodes to ID real TVecs Elliot Nunn 2019-10-18 13:51:53 +0800
  • cf5af0f5f1 Fix another relocation bug Elliot Nunn 2019-10-18 13:21:28 +0800
  • d70ad36327 Survive n(loader sections) != 1 Elliot Nunn 2019-10-18 12:33:07 +0800
  • 098ed93e93 Ignore the stray fragment rips that I keep in my home Elliot Nunn 2019-10-18 12:30:30 +0800
  • 752f92604a Fix relocation for some fragments Elliot Nunn 2019-10-18 12:29:16 +0800
  • 3942fc27c4 Cfmtool to write only changed files Elliot Nunn 2019-10-18 10:06:51 +0800
  • f1c2671a36 Finalize dump subdir names Elliot Nunn 2019-10-16 14:03:05 +0800
  • 379beed301 Guess where TOC is when no TVectors are exported Elliot Nunn 2019-10-16 12:23:37 +0800
  • e3704d0f41 Dump TheUSBDriverDescription with cfmtool Elliot Nunn 2019-10-16 11:58:18 +0800
  • 140a076165 Don't worry about using python keywords in ppcasm Elliot Nunn 2019-10-16 10:42:57 +0800
  • b62a504685 Improve cfmtool quite a bit Elliot Nunn 2019-10-16 10:41:53 +0800
  • 707467529f Identify relocations by section filename Elliot Nunn 2019-10-14 21:19:27 +0800
  • f9f4d24387 Dump MacsBug symbols with cfmtool Elliot Nunn 2019-10-13 17:07:33 +0800
  • 8d8417030f Report errors with a pretty-printing class Elliot Nunn 2019-10-12 17:08:07 +0800
  • 200bc15b91 Allow multiple instructions per line Elliot Nunn 2019-10-12 17:18:24 +0800
  • 6bdba0df45 Allow multiple labels per line Elliot Nunn 2019-10-12 16:11:06 +0800
  • 7bcf2895de Make CR arguments optional for cmp* and b* Elliot Nunn 2019-10-12 17:45:37 +0800
  • 87ae518d3e Validate eval-expressions a bit better Elliot Nunn 2019-10-12 17:44:49 +0800
  • 7a5d1790ea Comments and credits Elliot Nunn 2019-10-10 10:04:06 +0800
  • 9ed5ba495c Fix show-stopper RockHopper bugs Elliot Nunn 2019-10-10 09:52:42 +0800
  • ed6c44d99a Add ATY,RockHopper2 driver Elliot Nunn 2019-10-07 19:21:12 +0800
  • 1efd8ef07e Add MIT license and some help Elliot Nunn 2019-10-07 19:32:55 +0800
  • 9159747352 Fix incorrect mtspr/mfspr codegen Elliot Nunn 2019-10-07 14:49:58 +0800
  • 147ac8c8d1 Print debug line when label is invalid Elliot Nunn 2019-10-07 14:49:41 +0800
  • 809afce45b Brave attempt at a PowerPC assembler Elliot Nunn 2019-10-06 18:46:08 +0800
  • ac7f6424ed Detect differently named Kauai parcels Elliot Nunn 2019-10-04 14:51:44 +0800
  • 610ec9c8d9 Allow for multiple code sections when finding glue Elliot Nunn 2019-10-04 11:23:42 +0800
  • 491e85d8a8 Dump useful code locations to glue.txt Elliot Nunn 2019-10-04 11:01:27 +0800
  • 27d5faa54c Dump the loader section (cannot be rebuilt) Elliot Nunn 2019-10-04 10:27:38 +0800
  • 1b38a27766 New Python library/tool for manipulating PEFs Elliot Nunn 2019-10-03 15:48:02 +0800
  • a2dfc8d98d Neat new script for copying to HFS Standard volumes Elliot Nunn 2019-10-03 15:47:29 +0800
  • 57ac21ae75 Neaten command-line interface Elliot Nunn 2019-09-01 10:07:49 +0800
  • c3d16d959f Allow patching to/from and combo of dirs/files Elliot Nunn 2019-09-01 08:45:56 +0800
  • 1626faad7e Fix bad path-manipulation bug Elliot Nunn 2019-09-01 08:45:21 +0800
  • fdab20e7c6 Allow for odd-sized original ATALoad Elliot Nunn 2019-08-27 09:26:08 +0800
  • cfd9bf0185 Bugfix: I was using the wrong driver copy! Elliot Nunn 2019-08-27 09:23:37 +0800
  • a8c1a4de1c Definitive ATABoot patch Elliot Nunn 2019-08-25 21:59:07 +0800
  • 9351898fb5 Patch ATALoad to boot from driver-less disks Elliot Nunn 2019-08-23 19:01:56 +0800
  • a05f8638d7 Add some docs on prim-info Elliot Nunn 2019-08-02 10:21:17 +0800
  • 7cf44609df Create README.md Elliot Nunn 2019-07-28 16:25:53 +0800
  • 32d3421728 Traditional mini patches Elliot Nunn 2019-07-28 16:16:05 +0800
  • c4b3fda196 Create .gitignore Elliot Nunn 2019-07-28 16:12:49 +0800
  • 9ec6321412 Arbitrary file copy to remote disk Elliot Nunn 2019-07-28 16:12:38 +0800
  • 00a3db5bf0 vanilla Elliot Nunn 2019-07-22 16:01:39 +0800
  • 93fd9e753f Initial commit Elliot Nunn 2019-07-22 15:43:56 +0800