Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disassembly window should present stubs better #3

Closed
uxmal opened this issue Jul 27, 2015 · 1 comment
Closed

Disassembly window should present stubs better #3

uxmal opened this issue Jul 27, 2015 · 1 comment
Labels
enhancement This is a feature request
Milestone

Comments

@uxmal
Copy link
Owner

uxmal commented Jul 27, 2015

In the disassembly window, calls or jumps to import stub should be presented in a better way

Rather than

call [ds:00402008]

we should see

call [__GetProcAddressA__imp]

@uxmal uxmal added the enhancement This is a feature request label Jul 29, 2015
@uxmal uxmal added this to the 0.10.0 milestone May 13, 2020
uxmal added a commit that referenced this issue Oct 14, 2024
On some architectures, we can fit a whole address in an instruction operand
(e.g. X86, Vax, M68k). On other, Risc-y architectures the addresses are
commonly split into `load-high` + `load-low` pairs. More work is needed to
address those.
@uxmal
Copy link
Owner Author

uxmal commented Oct 15, 2024

Core Reko support for this in place. For architectures where long constants cannot be expressed in a single instruction, there is a possibility to "snoop" down the instruction stream and recombine long constants. I'm not putting too much effort into recombining instructions, but there are simple implementations for AEON, MIPS, PowerPC, RISC-V and SPARC to guide and inspire.

@uxmal uxmal closed this as completed Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a feature request
Projects
None yet
Development

No branches or pull requests

1 participant