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

Ability to reload an externally modified artifact on the fly while it is being analyzed #1322

Open
dariox86 opened this issue Sep 2, 2024 · 1 comment
Labels
enhancement needs-triage Issue has yet to be looked at by a maintainer

Comments

@dariox86
Copy link

dariox86 commented Sep 2, 2024

Description

I need to analyze an executable file while I modify its source code and recompile it with an external compiler. In the process, I need to perform this operation very often. Both IDA Free and Cutter implement this feature. The changes should reflect on the artifact while it is already loaded.

Alternatives

Perhaps there is an extension or an API to accomplish this or, maybe, a feature I have not found.

Additional context

No response

@dariox86 dariox86 added enhancement needs-triage Issue has yet to be looked at by a maintainer labels Sep 2, 2024
@twizmwazin
Copy link
Member

I don't think the current plugin system has an interface that would handle this well, but I agree that this would be nice to have. Shouldn't be too hard, as I believe cle already saves its loader config, so a clean reload from the same binary should be easy. I'm not sure how easy it would be to preserve other information, such as function names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-triage Issue has yet to be looked at by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants