mojtaba Posted December 17, 2019 Share Posted December 17, 2019 I'm dealing with an app which is protected whit VMProtect 2.x (Checked by DIE). i checked some windows api like : CheckRemoteDebuggerPresent () IsDebuggerPresent () ... and use some ollydbg plugins like: Olly Advanced Hide Debugger StrongOD But it still get this error: Here is my log data:log-MyApp.txt what should i do to pass this error and open the app by debugger? Link to comment Share on other sites More sharing options...
CodeExplorer Posted December 17, 2019 Share Posted December 17, 2019 (edited) Did you tried this Olly modification: https://forum.tuts4you.com/files/file/479-ollydbg-110-special-for-guru-lcf-ats-vmprotect-api-turbo-tracer-11-script/ Edited December 17, 2019 by CodeExplorer 1 Link to comment Share on other sites More sharing options...
mojtaba Posted December 25, 2019 Author Share Posted December 25, 2019 (edited) @CodeExplorer thanks, But it didn't help me and i still have the debugger detection problem! do you know any other solution? Edited December 25, 2019 by mojtaba Link to comment Share on other sites More sharing options...
HostageOfCode Posted December 25, 2019 Share Posted December 25, 2019 If it's 64bit try sharpod if 32bit titanhide or scylla hide but titanhide hooks all the kernel checks. 1 Link to comment Share on other sites More sharing options...
mojtaba Posted January 16, 2020 Author Share Posted January 16, 2020 (edited) On 12/25/2019 at 1:17 PM, HostageOfCode said: If it's 64bit try sharpod if 32bit titanhide or scylla hide but titanhide hooks all the kernel checks. hello I tried it, but i dont know if i used it in right way or not?! do i have to attach the app to debugger and then find the app's PID (i used this : tasklist in cmd ) and insert the PID into the gui and select the methods and hit the 'Hide' button. but it still detect the debugger !!! :(( I tested the TitanHide test file and it works correctly. when i hided it, all of the flags turns 0. but still it does'nt works on my app! Edited January 16, 2020 by mojtaba Link to comment Share on other sites More sharing options...
HostageOfCode Posted January 16, 2020 Share Posted January 16, 2020 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now