Skip to content

Conversation

starsunyzl
Copy link
Contributor

Fixed the current driver name output by TitanHideName command

@Copilot Copilot AI review requested due to automatic review settings July 7, 2025 12:31
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the log output for the TitanHideName command so that it shows the actual driver name instead of the first CLI argument.

  • Replaced argv[0] with driverName.c_str() in the log statement when no additional arguments are provided.
Comments suppressed due to low confidence (1)

TitanHide_x64dbg/plugin.cpp:93

  • Consider adding or updating tests for the TitanHideName command to verify that the plugin correctly outputs driverName when no arguments are provided.
        _plugin_logprintf("[" PLUGIN_NAME "] Current driver name: '%s'\n", driverName.c_str());

@mrexodia mrexodia merged commit 69dfe34 into mrexodia:master Sep 2, 2025
1 check passed
@mrexodia
Copy link
Owner

mrexodia commented Sep 2, 2025

Apologies for the delay, thanks for your contribution!

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.

2 participants