You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skidfuscator is rich in over 10+ features. Our objective:**be one click, you're protected.** We provide a **GUI**, over **+10** configurable transfomers, we have failsafes and automatic tools to tailor your configuration to you with ease.
Skidfuscator intelligently identifies and downloads missing dependencies needed for your project, minimizing manual configuration. Known frameworks such as Bukkit are automatically handled, streamlining setup.
91
106
@@ -112,53 +127,54 @@ Here are all the cool features I've been adding to Skidfuscator. It's a fun proj
112
127
not to be commercial but to inspire some more clever approaches to code flow obfuscation, especially ones which make use of SSA and CFGs
Skidfuscator boasts the **most complex**, research-backed flow obfuscation in the JVM community. Our flow obfuscation outperforms competitors such as [Zelix Klassmaster](https://zelix.com), [DexGuard](), and various others. And yes, we're open-source!
What is third generation flow obfuscation?Well, contrary to Zelix's [second generation flow obfuscation](https://www.zelix.com/klassmaster/featuresFlowObfuscation.html), we use an even more complex system with private and public seeds. Here's
146
-
how it works:
147
-
148
-
<br>
149
-
<br>
150
-
151
-

152
-
153
-
<sub>_Graph representing the two different approaches towards flow obfuscation between Zelix (17.0) and Skidfuscator (0.0.1)_</sub>
|AhegaoTrolling|Community|Adds humorous or trolling elements to deter casual inspection. |
170
+
|DriverProtection|Community|Protects drivers from tampering or reverse engineering. |
171
+
|**New**OutliningObfuscation| [**Enterprise**](https://skidfuscator.dev/pricing) | Segments code into separate outlined functions for obfuscation. |
172
+
|NativeDriverProtection| [**Enterprise**](https://skidfuscator.dev/pricing) | Protects native drivers at the OS level for added security. |
173
+
</details>
157
174
158
-
We currently are working on a variety of ways to approach this system using various lightweight obfuscation methods. Here are the current ones
159
-
to date:
175
+
## Credits
160
176
161
-
# Credits
177
+
We'd like to extend our many thanks to the many individuals who have financially supported this project, supervised its research, or reported bugs. All contributions have curated this tool to achieve a production grade, and I could not be more thankful.
162
178
163
179
## Libraries used
164
180
- [Maple IR and the Team](https://github.com/LLVM-but-worse/maple-ir)
0 commit comments