A local diffing tool for decompilation projects
Go to file
Luke Street d9efa97c30 Initial work on data diffing 2022-11-06 00:49:46 -04:00
.github/workflows ci: Remove condition for check job 2022-09-08 17:36:04 -04:00
assets Add symbols screenshot 2022-09-08 19:46:19 -04:00
src Initial work on data diffing 2022-11-06 00:49:46 -04:00
.gitignore Initial commit 2022-09-08 17:19:20 -04:00
Cargo.lock Fix MIPS relocation addends; update cwdemangle, ppc750cl 2022-11-05 13:16:44 -04:00
Cargo.toml Fix MIPS relocation addends; update cwdemangle, ppc750cl 2022-11-05 13:16:44 -04:00
README.md Rework function diff view (fixes #12) 2022-09-20 19:04:32 -04:00
deny.toml Initial commit 2022-09-08 17:19:20 -04:00
rustfmt.toml Initial commit 2022-09-08 17:19:20 -04:00

README.md

objdiff Build Status

A tool for decompilation projects.

Currently supports:

  • PowerPC 750CL (GameCube & Wii)
  • MIPS (Nintendo 64)

WARNING: Very early & unstable.

Symbol Screenshot Diff Screenshot

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.