• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

C/C++ Skidfuscator Java Obfuscator v2.0.5 - General Stability Update

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,609
Solutions
2
Reputation
32
Reaction score
100,454
Points
2,313
Credits
32,610
‎6 Years of Service‎
 
76%
68747470733a2f2f692e6962622e636f2f344d516e6a34562f46453138352d45332d422d302d44302d442d342d4143432d38312d41412d41343836322d444630312d4641332e676966


Skidfuscator: Obfuscation like never seen before

What is Skidfuscator?

Skidfuscator is a proof of concept obfuscation tool designed to take advantage of SSA form to optimize and obfuscate Java bytecode code flow. This is done via intra-procedural passes each designed to mingle the code in a shape where neither the time complexity neither the space complexity suffers from a great loss. To achieve the such, we have modeled a couple of well known tricks to add a significant strength to the obfuscation whilst at the same time retaining a stable enough execution time.

This project is not completed. This is a proof of concept I've been working on for a while. As far as I could tell, there are some serious flaws with parameter injection.

✨ Features

Here are all the cool features I've been adding to Skidfuscator. It's a fun project hence don't expect too much from it. It's purpose is not to be commercial but to inspire some more clever approaches to code flow obfuscation, especially ones which make use of SSA and CFGs

Welcome to Skidfuscator 2.0.5
🎉
Changelog

    ✨ Improved obfuscation strength
    📚 More documentation to wiki
    🐛 Fixed a bug in which would be overwritten with a placeholder name
    🐛 Fixed a bug in which classpath would not be properly computed
    🐛 Fixed a bug in the local id was invalid, causing frame verification to fail
    🐛 Fixed a bug in which the HTTP engine cache would prevent Skidfuscator from closing normally
    🐛 Fixed a bug in which tests would not pass on Java 9+
    🐛 Fixed a bug in which hashcode collision in linked hashmaps would cause control flow to fall through


To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top