Skip to content

Conversation

@3rdit
Copy link
Contributor

@3rdit 3rdit commented Jan 5, 2026

Adds automated detection of container files (BNDB, zip archives, virtual paths) at debug launch time, and if the original file is missing for them on the disk, prompts the user to automatically extract the binary to the disk. This makes the flow a lot nicer!

When reproducing the issue I realised the CreateProcess2 failed: 0x.. error code was wrong because they were signed HSRESULT values, now they are casted to uint32_t.

This PR will close #925

Copy link
Member

@xusheng6 xusheng6 left a comment

Choose a reason for hiding this comment

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

This looks great! I tested and it works smoothly. I have made a few comments -- once those are addressed this PR is good to go!

@3rdit 3rdit requested a review from xusheng6 January 6, 2026 13:01
@xusheng6 xusheng6 merged commit 5ee0d73 into Vector35:dev Jan 7, 2026
1 check passed
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.

Detection For Container File With Debugger

2 participants