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
Right now, we have problems with decompilation of object files. Here are a few binaries, that we could use to identify problems, and use them in regression tests once the problems are fixed: bins.zip.
The text was updated successfully, but these errors were encountered:
You can see that CALL instruction with operand 0. This 0 is intermediate value and can be fixed with relocations if we assign some virtual fake address to symbol foo. It would be the best to create one additional segment in loader and pair addresses from this segment with symbols.
Here, I attach some files from our internal bug tracker which I made.
Right now, we have problems with decompilation of object files. Here are a few binaries, that we could use to identify problems, and use them in regression tests once the problems are fixed: bins.zip.
The text was updated successfully, but these errors were encountered: