shift Posted January 1, 2023 Posted January 1, 2023 Hello friends, I've created a Scylla plugin using the reference implementations for other packers. Does anyone have any recommendations for debugging the dll? I can't seem to break on the dll when it's injected to view it in Olly. More preferably, is there any way to debug it while in visual studio? I've not had any experience in debugging dlls in general, so any help is appreciated.
aIjundi Posted January 2, 2023 Posted January 2, 2023 While the project is open in visual studio, select "Debug -> attach to process" from the toolbar and select scylla process.
shift Posted January 2, 2023 Author Posted January 2, 2023 Scylla plugins are not injected into Scylla itself (so VS can't find the module in the process of scylla), they're injected into the target process and update ScyllaExchange struct I believe. Problem is, even if I add a messagebox to the dll to find it in memory, I can't breakpoint on MessageBoxA, Scylla won't inject it properly. I can inject it with ironhide, but the process doesn't work because it's not Scylla that's creating the module. Perhaps this is more trouble than it's worth, my troubleshooting is becoming a loop of madness.
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