Skip to content
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

✨ Introduce Config System & New Menu Option for Auto Export Patches #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ANTONIOPSD
Copy link

What's New? πŸ†•

  • Menu Option: Introduces a new menu item, "Auto Export Patches: On/Off," now available in the x64dbg interface for easy feature toggling.

imagen

  • Configuration System: The plugin now reads from a configuration file (AutoExportPatches.ini) to determine whether the "Auto Export Patches" feature should be enabled or disabled. An example configuration is provided below:

    [settings]
    auto_export_patches=true
  • Code Refactoring: Small-scale code improvements have been made to enhance overall readability and organization. Additionally, comments in specific sections have been added or clarified for better context.

  • Compilation Compatibility: The plugin has been tested for compilation using Visual Studio 2022 with the Visual Studio 2015 (v140) Platform Toolset.

What's New? πŸ†•

-Menu Option: A new menu item "Auto Export Patches: On/Off" is introduced. You can toggle the feature directly from the x64dbg interface.

-Configuration System: The plugin now reads from a configuration file (AutoExportPatches.ini) to check if the "Auto Export Patches" feature should be enabled or disabled.
Example:
[settings]
auto_export_patches=true


-Code Refactoring: Small improvements to enhance the readability and organization of the existing codebase. Comments have been added or clarified in certain sections to provide better context.

-Compilation tested on Visual Studio 2022 with Visual Studio 2015 (v140) Platform Toolset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant