A local diffing tool for decompilation projects
Go to file
Nick Condron 20dcc50695
Let-else reformatting (#23)
* Use let-else in App::post_rendering

* Use let-else in diff::reloc_eq

* Use let-else in diff::diff_objs

* Use let-else in views::data_diff::data_diff_ui

* Use let-else in views::function_diff::function_diff_ui

* Use let-else in views::function_diff::asm_row_ui

* Use let-else in views::jobs::jobs_ui

* Update rust-version in Cargo.toml
2023-01-16 16:51:40 -05:00
.github/workflows ci: Update before apt-get install 2023-01-16 10:55:26 -05:00
assets Version 0.2.2 2022-12-10 10:34:03 -05:00
src Let-else reformatting (#23) 2023-01-16 16:51:40 -05:00
.gitignore Initial commit 2022-09-08 17:19:20 -04:00
Cargo.lock Actually increment the version number 2022-12-12 01:17:03 -05:00
Cargo.toml Let-else reformatting (#23) 2023-01-16 16:51:40 -05:00
LICENSE-APACHE Version 0.2.0 2022-12-06 17:53:32 -05:00
LICENSE-MIT Version 0.2.0 2022-12-06 17:53:32 -05:00
README.md Version 0.2.0 2022-12-06 17:53:32 -05:00
build.rs Version 0.2.2 2022-12-10 10:34:03 -05:00
deny.toml Cargo clippy & cargo deny fixes 2022-12-06 18:09:19 -05:00
rustfmt.toml Initial commit 2022-09-08 17:19:20 -04:00

README.md

objdiff Build Status

A local diffing tool for decompilation projects.

Currently supports:

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

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.