Tags: Grien25/objdiff
Tags
Improve automatic symbol pairing for nameless literals (encounter#247) * Improve automatic symbol pairing for nameless literals * Fix data reloc diffing when the reloc points to an in-function static symbol * Only pair up literals that match perfectly * Clippy * Do two separate passes when pairing up literals * Fix partially-matching literal pairups not working right * Remove duplicate $ splitting code * Implement $ splitting for section names too * Minor cleanup
Use deprecated egui::menu as temp workaround egui 0.32 refactored menus, and now having a ComboBox within the menu does not work properly. Temporarily use the deprecated menu instead.
Update rabbitizer to v2.0.0-alpha.4 (encounter#226) * Update rabbitizer to v2.0.0-alpha.4 * Cargo update
Improve local branch relocation handling Reworks the local-branch handling logic to be more unified: scan_instructions does all the work up front, and process_instruction / display_instruction can simply use the calculated branch destination instead of performing their own is-relocation-target- function-local checks. (Hopefully) Fixes encounter#192
PreviousNext