mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 12:50:02 +00:00
This commit is contained in:
parent
2744c4bfb6
commit
e784cbdd09
@ -132,7 +132,7 @@ public class Deobfuscator {
|
||||
for (MethodNode mth : cls.getMethods()) {
|
||||
MethodInfo methodInfo = mth.getMethodInfo();
|
||||
if (methodInfo.hasAlias()) {
|
||||
deobfPresets.getFldPresetMap().put(methodInfo.getRawFullId(), methodInfo.getAlias());
|
||||
deobfPresets.getMthPresetMap().put(methodInfo.getRawFullId(), methodInfo.getAlias());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user