Skip to content

.exe crashes on launch #9

Open
Open
@tHeFinAlGoaT

Description

Problem Description

When compiling the executable, it behaves unexpectedly:

  • When compiled in release mode, the executable crashes immediately upon execution.
  • When compiled in debug mode, the executable exits without printing anything.

Environment

  • Operating System: Kali Linux (Virtual Machine)
  • OS Version: 2024.2 release
  • Compilation Method: Using provided make file

Steps to Reproduce

  1. Generated a windows/messagebox payload using msfvenom with the provided command.
  2. Changed encryption key in both files (fud-uuid-shc.cpp and xor_encryptor.py) to match.
  3. Converted the binary payload into a UUID string.
  4. XOR encrypted the UUID string.
  5. Replaced the default payload in the C++ source file with the encrypted payload.
  6. Compiled

Additional Information

  • The issue persists across multiple attempts with different payloads.
  • No meaningful error messages or logs are generated.
  • Tested the compiled executable on both Kali Linux VM (using wine) and Windows 11 version 23H2 without any AVs running.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions