Open Issues Need Help
View All on GitHub Method Parameter obfuscation failing on signatures about 1 month ago
AI Summary: The method parameter obfuscation feature in the aidfuscator tool is failing when encountering classes and methods with signatures, specifically within the Gson library's TypeAdapter. This leads to an AbstractMethodError because the obfuscated method signature doesn't match the expected signature in the bytecode, preventing the implementation from being found.
Complexity:
4/5
bug help wanted
Not supporting abstract or natives in MPO 8 months ago
bug help wanted