Posted January 4, 20205 yr Console example x64plgmnrc.exe -G "C:\x64dbg_root" // Set root path for x64dbg x64plgmnrc.exe -U // Update list from server x64plgmnrc.exe -S // Show list of plugins x64plgmnrc.exe -i x64core // Install last version of x64dbg x64plgmnrc.exe -i AdvancedScript // install AdvancedScript https://github.com/horsicq/x64dbg-Plugin-Manager
January 4, 20205 yr Really your post it's so heplfull thanks a lot bro for this great work and keep going on
March 14, 20205 yr Hi Hors, I think it's pretty cool that you continued the work on the PluginManager. Nice work, thank you! I've written the "x64dbg Updater" plugin which previously checked the GitHub release page for new commits and installed the latest snapshot. Now I've modified it so it's not checking for updates itself anymore, instead it invokes the command line version of the pluginmanager to check for updates. It would be very nice if you could include the "commithash.txt" from the official snapshots in your "x64core" package. My plugin used it before to show what's new, it can't detect the currently installed version without the file. This is how the new version of my plugin looks at the moment: With the "commithash.txt" my plugin will mark the line of the current commit in orange, so you can see exactly which commits are new. It would be nice too if you can set the exit code at the "--showupdates" command, at the moment my plugin checks if your tool returns "No updates available." on stdout. Of course this will break if you ever change the text, it's cleaner to check the exit code.
March 30, 20205 yr Author On 3/14/2020 at 5:16 PM, gordon-- said: It would be very nice if you could include the "commithash.txt" from the official snapshots in your "x64core" package. My plugin used it before to show what's new, it can't detect the currently installed version without the file. On 3/14/2020 at 5:16 PM, gordon-- said: It would be nice too if you can set the exit code at the "--showupdates" command, at the moment my plugin checks if your tool returns "No updates available." on stdout. Of course this will break if you ever change the text, it's cleaner to check the exit code. Thanks a lot for the new ideas! I'll make it ASAP.
April 11, 20205 yr It's really cool that you done it so fast, thank you very much! My plugin works too, I'm just seeking a bug. If I close x64dbg Qt tries to free stuff of the already unloaded plugin and I don't know why. I'm releasing v0.3 as plugin package if I fixed it.
July 12, 20214 yr Author Version 0.05 [+] Minor bugs fixed https://github.com/horsicq/x64dbg-Plugin-Manager/releases/tag/0.05
March 2, 20232 yr Author Version 0.06 [+] Minor bugs fixed https://github.com/horsicq/x64dbg-Plugin-Manager/releases/tag/0.06 Edited March 2, 20232 yr by hors
Create an account or sign in to comment