You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See this scratch: https://decomp.me/scratch/RbmNx
(Note: the header in question is a preprocessed context of bstring.h from the Hewlett Packard C++ STL.)
Diff error: Error running asm-differ: failed to find address immediate for line 'add %al,(%eax)'
The text was updated successfully, but these errors were encountered:
(0 vs 1-indexing there it seems, but otherwise matches up). objdump -d then emits two "Disassembly of section .text" and includes $L42321 in both of them
I wonder if a COFF -> ELF conversion tool in front of objdump could help?
or if one of the .text sections could be renamed? hex editing code.o and replacing the first and third .text with .texa makes it dump correctly
Oddly enough though I cannot reproduce with .o produced by decomp.me's export button and my local objdump... I wonder why.
Another issue involving this:
This function matches, but asm-differ gives the wrong output. Note the seemingly "added" lines. https://decomp.me/scratch/wwqHU
See this scratch: https://decomp.me/scratch/RbmNx
(Note: the header in question is a preprocessed context of bstring.h from the Hewlett Packard C++ STL.)
Diff error: Error running asm-differ: failed to find address immediate for line 'add %al,(%eax)'
The text was updated successfully, but these errors were encountered: