rcx
rcx
Hello, thanks for your project. This is really great. I'm trying to use the library on Windows 10 64-bit. Under Visual Studio's debugger or WinDbg, the program runs fine. When...
When I tried the plugin, it worked great but unfortunately I would get stuck following someone and it seemed impossible to unfollow them in the disassembly. This adds a feature...
should be quite simple but honestly i am just too lazy to compile this right now!
We need greater granularity than just ViewerFile, however, we'd need to do parsing of the actual sources to accomplish this.
Consider this. `this.getContentPane().setLayout(gridBagLayout);` suppose the user has `setLayout` selected, how do we know which class the method belongs to? we need to look at return type of `this.getContentPane()`. so looks...