-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ed3a931
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# PboObscure | ||
|
||
The project aims to provide the DayZ modding community with a free and open source obfuscation tool. | ||
|
||
## Project State | ||
|
||
**The project is at a very early stage of development.** | ||
|
||
The v0.1.0 [release](https://github.com/rvost/PboObscure/releases/tag/0.1.0) is based on [@FlipperPlz](https://github.com/FlipperPlz) `FPacker` with some modifications that make it *suitable for practical use*. | ||
Unfortunately, the code for this version is not yet available, as it is mostly made up of decompiled sources. | ||
The source code will gradually become available as I rewrite and/or refactor existing code to a quality that I'm ready to share. | ||
|
||
As with the original `FPacker`, the current version is a prototype that provides protection against opening PBOs with some popular tools such as [PboManager](https://github.com/winseros/pboman3) or [PboSpy](https://github.com/rvost/PboSpy), but fails to protect against a determined attacker. | ||
|
||
⚠ **Obfuscation is not encryption!** | ||
Secrets (such as Discord API keys) should never be placed in client-side PBOs. |