Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File.Exists or Directory.Exists still return true #98

Open
mrapxs opened this issue Oct 25, 2024 · 1 comment
Open

File.Exists or Directory.Exists still return true #98

mrapxs opened this issue Oct 25, 2024 · 1 comment

Comments

@mrapxs
Copy link

mrapxs commented Oct 25, 2024

Doing File.Exists or Directory.Exists any created r77 folder under x64 or x86 results in True if the folder does exist, regardless of injection.

@bytecode77
Copy link
Owner

They return true as by design. r77 hides files and directories from directory lists, however, if you know the name of the file, you can open it. r77 assumes that only you know the name of the hidden file, which makes maintenance easier.

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

No branches or pull requests

2 participants