Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VeroFess committed Jan 29, 2023
1 parent 38c91ca commit c584a60
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,49 @@
# SbieHide

A plugin written for [sandboxie-plus](https://github.com/sandboxie-plus/Sandboxie), which is used to fight the detection of sbiedll.dll

## How to use?
build this project and add

Compile this plug-in or download pre-compiled files from [Release](https://github.com/VeroFess/SbieHide/releases)


**You should ensure file name of this plug-in contains the string 'sbiehide', otherwise it will not hide itself.**


Open the configuration file of sandboxie-plus and add the following configuration to the sandbox which need to hide from inner program:

```
InjectDll64=Path\to\64\SbieHide.dll
InjectDll=Path\to\32\SbieHide.dll
```

to your sandboxie-plus config
-----

## About some applications are still detected sbiedll.dll

First of all, you should not use this plug-in for bypass anti-cheating,

The behavior of this plug-in is very similar to some cheat, which may cause your account banned!

Secondly, this module cannot fight the detection of the kernel layer. Related confrontation needs to write in a driver, and doing so in the kernel will make Microsoft Patchguard unhappy.

Finally, please bring a sample in issue, and I will try to correct this problem.

-----

## The detection that has been passed

* Peb->InLoadOrderModuleList
* Peb->InMemoryOrderModuleList
* Peb->InInitializationOrderModuleList
* Peb->HashLinks
* NtQueryVirtualMemory [MemoryBasicInformation|MemoryMappedFilenameInformation|MemoryRegionInformation|MemoryImageInformation|MemoryRegionInformationEx|MemoryEnclaveImageInformation|MemoryBasicInformationCapped]
* NtQueryObject [ObjectNameInformation]
* NtQueryInformationFile [FileNameInformation|FileAllInformation]
* NtQuerySection [SectionOriginalBaseInformation]

-----

## LICENSE
Binklac-Anticheat is licensed under the MIT License. Dependencies are under their respective licenses.

0 comments on commit c584a60

Please sign in to comment.