-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote sync changes in Java code #7
Comments
Thank you, if you like the plugin don't forget to share it ;) |
I have implemented that instead of sending the module full path, it sends the module MD5 hash. This avoids name collisions and the paths being on different locations in the case of remote connections. |
Hi, I can confirm that everything is working really well. I've tested both 32 and 64 version. The config file also works fine. The only thing I've noticed I had to use : not = for the JSON config file but in the docs you have = |
Replaced the = for : in the docs |
Thanks a lot for the remote code change in the x64dbg plugin.
While testing I've spotted a few minor issues to fix.
this.serverSocket = new ServerSocket(PORT, 0, InetAddress.getByAddress(new byte[] {0x00,0x00,0x00,0x00}));
With the above it's all working brilliantly, big thank you for the plugin !!!
The text was updated successfully, but these errors were encountered: