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

Disassemble from arbitrary points within code section #179

Open
solemnwarning opened this issue Sep 10, 2022 · 0 comments
Open

Disassemble from arbitrary points within code section #179

solemnwarning opened this issue Sep 10, 2022 · 0 comments
Labels
enhancement Enhancement to an existing feature

Comments

@solemnwarning
Copy link
Owner

Split out from #172.

The disassembly in the main view of the code data types always disassembles from the start of the region, which is okay for most things since compilers (as far as I know) always generate a single contiguous blob of instructions in the code section.

I can see this more coming into play with bizzarre optimisations or techniques of hiding code interleaved with other code/data.

@solemnwarning solemnwarning added the enhancement Enhancement to an existing feature label Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant