x64dbg / GleeBug

Debugging Framework for Windows.
MIT License
1.2k stars 39 forks source link

StaticEngine doesn't work #61

Open justanotheranonymoususer opened 4 years ago

justanotheranonymoususer commented 4 years ago

When I try to load an exe, it says that file not found. When I try to load a dll, it crashes. Let me know if that's just me, I'll try to provide more details.

mrexodia commented 4 years ago

You are not really supposed to actually use it, I just included it for a friend.

Currently only attaching is supported and it will not actually attach just use various functions to create a fake debug environment. There is no support for opening files because the manual mapper is not yet implemented.