sicaril / BaymaxTools

BaymaxTools is a feature code extraction and search plug-in for x64dbg debugger. it is convenient to extract the signature of the specified instruction and the number of occurrences of the signature in the search module.
288 stars 45 forks source link

[Feature request] Suggestion for Plugin Feature Enhancement #10

Open stdust opened 1 week ago

stdust commented 1 week ago

Hello, I am a user who has been actively using your plugin and finding it very valuable. I would like to suggest the following improvements to enhance the plugin's functionality:

Expanded Keyboard Shortcut Support Add hotkeys for selecting signature, assembly code, and string items Implement keyboard shortcuts for the Search function Include a shortcut key for closing the plugin window I believe these additions would significantly improve user workflow efficiency.

Thank you for taking the time to review this suggestion.

Best regards

sicaril commented 1 week ago

The plugin does support shortcuts, the default is: CTRL+SHIFT+S Recommended to download the latest version of Baymax toOls for x64dbg v1.9.1

stdust commented 1 week ago

Thank you for fast reply

1

Signature Search Plugin Hotkey Enhancement Proposal

The current Signature Search plugin relies solely on mouse operation, reducing work efficiency Users experience inconvenience as they need to click with the mouse each time to execute main functions (Signature search, Assembly Code search, String search, Search button)

Improvement Proposal We propose adding the following hotkey functions:

Core Function Hotkey Mapping

Search Mode Switch Hotkeys

Signature Mode: Alt + S Assembly Code Mode: Alt + A String Mode: Alt + T

Search Execution Hotkey Search Button: F3 or Ctrl+Enter Close Window: ESC