MCPcopy Create free account
hub / github.com/atrexus/vulkan

github.com/atrexus/vulkan @v2.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.1.2 ↗ · + Follow
58 symbols 112 edges 10 files 12 documented · 21% updated 14mo agov2.1.2 · 2025-05-13★ 2412 open issues

Browse by type

Functions 48 Types & classes 10
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Vulkan

Vulkan restores PE images by dumping them from memory. It was specifically designed for processes protected by dynamic code encryption, implemented by the hyperion and theia anti-tamper solutions. Vulkan can also dump regular images from memory as well as modules loaded by a process.

Vulkan has been tested on Roblox and The Finals.

How to use

After downloading the latest version from the releases tab, you can run it from the command line like so:

vulkan.exe -p <TARGET_PROCESS> -o <OUTPUT_FILE> --resolve-imports

If no output file is specified, the file will be saved to the current working directory.

To view the help message use the -h or --help option.

Decryption

As mentioned, Vulkan will continue to query pages of code in the target module untill all NOACCESS pages are resolved. Depending on the application, there might always be NOACCESS pages so decryption could end in an infinite loop. To terminate the decryption task, you can use the Ctrl+C keyboard shortcut (for best results wait until 50% of the module is decrypted).

If you would like to automate termination, you can use the -d or --decryption-factor option, and provide it with a threshold ranging from 0.0 to 1.0 (again, for best results provide a value of 0.5 or above):

vulkan.exe -p <TARGET_PROCESS> --decryption-factor 0.5

Imports

To resolve imports for the main module, you can use the i or --resolve-imports flag. This will locate the custom IAT and restore the import directory in a new section. This may take a while, depending on how many pages were decrypted. This will have no effect on any modules other than the main one:

vulkan.exe -p <TARGET_PROCESS> --resolve-imports

Contributing

If you have anything to contribute to this project, please send a pull request, and I will review it. If you want to contribute but are unsure what to do, check out the issues tab for the latest stuff I need help with.

Core symbols most depended-on inside this repo

Shape

Method 45
Class 10
Function 3

Languages

C++100%

Modules by API surface

src/dumper.cpp14 symbols
src/pe/image.cpp11 symbols
src/pe/import_directory.cpp10 symbols
include/pe/section_headers.hpp7 symbols
src/pe/section_headers.cpp5 symbols
include/pe/import_directory.hpp3 symbols
include/pe/image.hpp3 symbols
src/main.cpp2 symbols
include/dumper.hpp2 symbols
include/pe/util.hpp1 symbols

For agents

$ claude mcp add vulkan \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page