-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I am currently trying to use this project for dumping offsets, and it says this:
Microsoft Windows [Version 10.0.26200.6899]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\System32>cd
C:\Windows\System32>C:\Users\david\Desktop\projects
'C:\Users\david\Desktop\projects' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\System32>cd C:\Users\david\Desktop\projects
C:\Users\david\Desktop\projects>vulkan.exe -h
Usage: vulkan [--help] [--version] --process VAR [--module VAR] [--output VAR] [--decryption-factor VAR] [--resolve-imports] [--wait] [--ignore-sections VAR...] [--rebase VAR] [--minidump VAR]
A dumper for processes protected by hyperion. For best results, terminate page decryption when >50% of pages are decrypted.
You can terminate a task with Ctrl+C.
Optional arguments:
-h, --help shows help message and exits
-v, --version prints version information and exits
-p, --process the name of the process to dump [required]
-m, --module the name of the module to dump [default: ""]
-o, --output the name of the output file [default: ""]
-d, --decryption-factor the decryption factor to use when decrypting the PE [nargs=0..1] [default: 1]
-i, --resolve-imports rebuild the import table from scratch
-w, --wait wait for the process to start
--ignore-sections a list of section names to skip [nargs: 0 or more] [default: {}]
-r, --rebase rebases the image to a new absolute address (fixes relocations) [default: ]
--minidump the path of the minidump file to create [nargs=0..1] [default: ""]
for more information, visit: https://github.com/atrexus/vulkan
C:\Users\david\Desktop\projects>vulkan.exe -p robloxplayerbeta.exe
[2025-11-07 10:37:50.347] [error] Failed to open process
C:\Users\david\Desktop\projects>vulkan-exe -p robloxplayerbeta.exe -o C:\Users\david\Desktop\projects --resolve-imports
'vulkan-exe' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\david\Desktop\projects>vulkan.exe -p robloxplayerbeta.exe -o C:\Users\david\Desktop\projects --resolve-imports
[2025-11-07 10:38:44.705] [error] Failed to open process
C:\Users\david\Desktop\projects>vulkan.exe -p "C:\Users\david\AppData\Local\Fishstrap\Versions\version-f6dd34ecac7b4642\RobloxPlayerBeta.exe"
[2025-11-07 10:39:12.841] [error] Failed to open process
C:\Users\david\Desktop\projects>vulkan.exe system
[2025-11-07 10:39:17.060] [error] Zero positional arguments expected, did you mean -p/--process VAR
C:\Users\david\Desktop\projects>vulkan.exe -p robloxplayerbeta
[2025-11-07 10:39:25.313] [error] Failed to open process
C:\Users\david\Desktop\projects>
Failed to open process. I am sure the filename is "Robloxplayerbeta.exe"