Thread: ScyllaHide
View Single Post
  #51  
Old 08-28-2014, 05:51
cypher cypher is offline
Friend
 
Join Date: Mar 2014
Posts: 13
Rept. Given: 0
Rept. Rcvd 9 Times in 4 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
cypher Reputation: 9
Quote:
Originally Posted by Storm Shadow View Post
You should add flag
Code:
PLUGIN_FIX |
when loading plugin.
So sculla show in ida plugin at startup. So we dont have to load a file, and then shoot targets.
I tried that before but its not working because of the way the SDK calls the attach function (forwarder to callui(ui_dbg_attach_process..) = same as entering AttachProcess(pid,-1) in the cmd line), you first need to open a IDB in IDA and then you can attach to any process.
Also make sure you select proper debugger engine in that combobox before ! You CANT attach without opened IDB like IDA can Menu->Debugger->Attach
Reply With Quote
The Following User Gave Reputation+1 to cypher For This Useful Post:
Storm Shadow (08-28-2014)