Skip to content

Commit

Permalink
enters
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 authored Sep 7, 2024
1 parent ace800d commit 7f3c7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ If you want to use this deobfuscator, you need to start it from your IDE manuall

> [!NOTE]
> As you probably saw, the java tells us that we are using `SecurityManager` which is deprecated and marked for removal.
>
> ![placek](./assets/securitymanager-deprecated.png)
>
> The deobfuscator uses the class `SandboxClassLoader` that can safely load classes from untrusted places. The main feature of this classloader is that it prevents dangerous calls like `System.exit`, file-operations or command execution. As you can see in [JEP 411](https://openjdk.org/jeps/411) there isn't currently any alternative, but they want to add different API before `SecurityManager` removal. So for now this is okay to use `SecurityManager` as this is the only option.
## 🔧 Contributing
Expand Down

0 comments on commit 7f3c7ab

Please sign in to comment.