Skip to content

Fix wraparound bug - #9

Merged
KallDrexx merged 1 commit into
ApfelTeeSaft:mainfrom
KallDrexx:single_function_decompile_wraparound
Oct 12, 2025
Merged

Fix wraparound bug#9
KallDrexx merged 1 commit into
ApfelTeeSaft:mainfrom
KallDrexx:single_function_decompile_wraparound

Conversation

@KallDrexx

Copy link
Copy Markdown
Collaborator

Since the entry point for analysis could be in the middle of a loop, we need to guarantee that a jump is dedicated to the entrypoint, so that an instruction that comes before the "entrypoint" will redirect back to the entrypoint after execution

Since the entry point for analysis could be in the middle of a loop,
we need to guarantee that a jump is dedicated to the entrypoint, so
that an instruction that comes before the "entrypoint" will redirect
back to the entrypoint after execution
@KallDrexx
KallDrexx merged commit c05b719 into ApfelTeeSaft:main Oct 12, 2025
10 checks passed
@KallDrexx
KallDrexx deleted the single_function_decompile_wraparound branch October 12, 2025 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant