Fixed: Clearing deobfuscation cache

This commit is contained in:
Jindra Petřík
2025-07-25 21:05:23 +02:00
parent e44e2eaa2b
commit 1147b2d61c

View File

@@ -3066,6 +3066,7 @@ public class ABC implements Openable {
* Clears all caches.
*/
public void clearAllCaches() {
deobfuscation = null;
resetMethodIndexing();
getSwf().clearAbcListCache();
getSwf().clearScriptCache();