hors Posted January 4, 2020 Posted January 4, 2020 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 3 3
bihatchi Posted January 4, 2020 Posted January 4, 2020 Really your post it's so heplfull thanks a lot bro for this great work and keep going on
gordon-- Posted March 14, 2020 Posted March 14, 2020 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. 2
hors Posted March 30, 2020 Author Posted March 30, 2020 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. 2
gordon-- Posted April 11, 2020 Posted April 11, 2020 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. 2
hors Posted July 12, 2021 Author Posted July 12, 2021 Version 0.05 [+] Minor bugs fixed https://github.com/horsicq/x64dbg-Plugin-Manager/releases/tag/0.05 4
hors Posted March 2, 2023 Author Posted March 2, 2023 (edited) Version 0.06 [+] Minor bugs fixed https://github.com/horsicq/x64dbg-Plugin-Manager/releases/tag/0.06 Edited March 2, 2023 by hors 4
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