-
Notifications
You must be signed in to change notification settings - Fork 434
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
DbgUiRemoteBreakin not restored #135
Comments
It doesn't matter because the latest x64dbg doesn't execute this function on attach anymore. |
I dont think so, when I switch from running x64dbg process to ida64 process with ollymigrate plugin, this API was called and > failure. |
I don’t know what other debuggers are doing. Likely the process has a
thread running that keep overwriting the bytes so just nop that?
…On Tue, 23 Nov 2021 at 14:31, lupier ***@***.***> wrote:
I dont think so, when I switch from running x64dbg process to ida64
process with ollymigrate plugin, this API was called and > failure.
So, where can I solve the problem - in the ida pro attachment code, in the
scilla plugin or in the ollymigrate plugin?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASYFGON7BFW7LKSWVXJ7LTUNOJSNANCNFSM5ITK3VLQ>
.
|
hook on the function establishes from protection once at the start and does not change anything else there. |
Nah don’t get me wrong it’s probably a bug, I was just trying to understand
why it matters since x64dbg doesn’t execute that function :)
…On Tue, 23 Nov 2021 at 19:07, lupier ***@***.***> wrote:
hook on the function establishes from protection once at the start and
does not change anything else there.
For me, there is no problem with scripting to restore the code and not
worry about anything at all. I only created an error issue because I
thought anti-attach checkbox covered all the options + DgbUiRemoteBreakin.
If this is not a bug but feature, then I no longer have questions with
this API.
Regards
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#135 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASYFGIZVKSNKKEW2UKTEX3UNPJ5BANCNFSM5ITK3VLQ>
.
|
My work chain: x64dbg > Ollymigrate plugin > IDA64. IDA64 failed at this API. |
There is no misunderstanding at all. I agree with you that this should work, here is the relevant code for you to debug why it's not working for you: ScyllaHide/PluginGeneric/Injector.cpp Line 720 in 2276f14
|
Ok, what I found:
|
Any progress on this bug? |
Not really I'm afraid, I remember running into this myself in the past (this was ages ago) and making an attempt to fix it, but as you can see I never did. From what I recall the code related to this was (still is) simply doing all kinds of things it really has no business doing, and the entire 'kill anti-attach' functionality should just be rewritten from scratch in order for it to be properly fixed or fixable. I may have time to look into this again later this week, but don't hold your breath. |
DbgUiRemoteBreakin does not recover even if the kill anti-attach option is enabled.
API still hooked by protection > GetCurrentProcess > TerminateProcess.
The text was updated successfully, but these errors were encountered: