Skip to content

issues Search Results · repo:encounter/objdiff language:Rust

Filter by

143 results
 (56 ms)

143 results

inencounter/objdiff (press backspace or delete to remove)

https://github.com/neuviemeporte/mzretools?tab=readme-ov-file#mzdiff
  • neuromancer
  • 2
  • Opened 
    2 days ago
  • #225

Not really sure what files I should provide to assist with looking into this problem? I have attached the stacktrace below but I can provide any other files if needed. thread unnamed panicked at objdiff-core/src/diff/code.rs:27:9: ...
  • GlowingUmbreon
  • 6
  • Opened 
    12 days ago
  • #224

By doing these hacks in src/arch/x86.rs it s possible to load a 16 bit coff and it correctly disassembles in Decoder::with_ip( change Architecture::X86 = 32, to Architecture::X86 = 16, in Architecture::X86 ...
  • tomsons26
  • Opened 
    14 days ago
  • #223

From v3.0.0-beta.7 and after, we have this issue occurring on 14_Land/Actor/ActorRupee.c from zeldaret/ph, it works properly with previous objdiff versions, note that I m using the latest revision of objdiff ...
  • Yanis002
  • 1
  • Opened 
    19 days ago
  • #222

When disassembling, objdiff will show ori r0, r0, imm as nop imm if there are relocations in play. Since the immediate is 0 at disassembly, it is technically a nop instruction. The issue can be traced ...
  • Cuyler36
  • Opened 
    on Jun 19
  • #218

In Animal Crossing s emu64.c TU, texture_cache_alloc is shown as 0% matching when a report is generated. objdiff correctly shows it as 100% in the UI. Image Image
  • Cuyler36
  • 1
  • Opened 
    on Jun 18
  • #217

MWCC names most compiler-generated objects like @1234 with no distinction as to what they are, so sometimes the name of an object on the left will happen to be exactly the same as a totally different object ...
  • LagoLunatic
  • Opened 
    on Jun 17
  • #216

When the source file for the current TU is modified, objdiff triggers an automatic recompilation (queue_build). Because this compilation modifies the object file, objdiff sees this and also triggers a ...
  • LagoLunatic
  • Opened 
    on Jun 13
  • #215

Version: 2.7.1 Platform: WSL OS: Official Arch WSL image Steps to repro: 1. Run objdiff gui 2. File- Project 3. Attempt to select Project Directory The following error line is printed to the terminal: ...
  • NickCondron
  • 1
  • Opened 
    on May 26
  • #211

In some cases, the target object has global variables externed while the base object has them defined. This leads to a diff for the variables. It would be great if there was an option to ignore this difference. ...
  • 1superchip
  • 7
  • Opened 
    on May 24
  • #210
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub