-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add the ScyllaHide IDA plugin #701
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! There are some things to address/discuss. 😄
GitHub pro tip
To close the associated issue automatically when merging this PR: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
<authors>NtQuery</authors> | ||
<dependencies> | ||
<dependency id="common.vm" /> | ||
<dependency id="idafree.vm" version="8.3" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[discussion] I am not sure if we should request idafree here, as you could also use it in IDA pro. @mandiant/flare-vm opinions?
packages/ida.plugin.scyllahide.vm/ida.plugin.scyllahide.vm.nuspec
Outdated
Show resolved
Hide resolved
packages/ida.plugin.scyllahide.vm/ida.plugin.scyllahide.vm.nuspec
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@d35ha have you tried this locally? I have tested locally and it doesn't show up in the plugins menu. I see also some issues that indicate that ScyllaHide may not work with IDA > 6, for example: x64dbg/ScyllaHide#97
@d35ha any updates here? what should we do with this PR? 😄 |
@Ana06 I'll close it for now and re-create it once I fully test the plugin. |
Closes #699