UnamSanctam / UnamBinder

A Free Silent (Hidden) Open-Source Native Binder - Includes Windows Defender Bypass - Unam Binder
MIT License
247 stars 46 forks source link

Path not find in Managed (.NET/C#) mode #29

Open yegord69 opened 2 years ago

yegord69 commented 2 years ago

Hi @UnamSanctam !

When I try to build two files in the same directory as the binder I get an error that the file on the given path is missing. Same issue happens if I entry the absolute path of the file. The issue only happens in Managed (.NET/C# mode). It works with the Native one.

Can you please help me in resolving this issue?

UnamSanctam commented 2 years ago

Does it work if you move them to another location?

yegord69 commented 2 years ago

Nope

UnamSanctam commented 2 years ago

Try running the binder as administrator.

yegord69 commented 2 years ago

Nope it doesn't work, and the error always occurs for the 2nd file. (2 files added)

UnamSanctam commented 2 years ago

Try redownloading the binder here https://github.com/UnamSanctam/UnamBinder/releases and see if that works.

yegord69 commented 2 years ago

No it doesn't, I am using the latest version.

UnamSanctam commented 2 years ago

Hmm I uploaded a hotfix for some bug like that I think 17 days ago, I just bound 5 files together with the latest one.

tarekxxx commented 2 years ago

have same problem in vm

UnamSanctam commented 2 years ago

have same problem in vm

Sorry for the late answer, I was away from home for a bit. Try redownloading the latest build from the "releases" page.

Riddle1337 commented 2 years ago

have same problem in vm

Sorry for the late answer, I was away from home for a bit. Try redownloading the latest build from the "releases" page.

The compiled build works. Are you planning on uploading the source code for the newest build? The source code that is attached to that release is code with the bug still in it.

UnamSanctam commented 2 years ago

The compiled build works. Are you planning on uploading the source code for the newest build? The source code that is attached to that release is code with the bug still in it.

Yes I just don't want to release a new version with only one line of code changed so I was trying to think of other things to add or change for it. The change is moving this line: https://github.com/UnamSanctam/UnamBinder/blob/b79b6f3eb56bd417e089da35393efa4396f31163/UnamBinder/Forms/Builder.cs#L75 into the for loop right beneath it on line 80.

Riddle1337 commented 2 years ago

The compiled build works. Are you planning on uploading the source code for the newest build? The source code that is attached to that release is code with the bug still in it.

Yes I just don't want to release a new version with only one line of code changed so I was trying to think of other things to add or change for it. The change is moving this line:

https://github.com/UnamSanctam/UnamBinder/blob/b79b6f3eb56bd417e089da35393efa4396f31163/UnamBinder/Forms/Builder.cs#L75

into the for loop right beneath it on line 80.

Completely makes sense not wanting to release a whole new version for a 1 line change. Thanks very much for the fix!