deobfuscate

    1. astronouth7303

      [WIP] New Remap Syntax

      I'm working on a fork of SMTRemap that uses a friendlier map syntax. Here's a demo. obf.a -> deobf.foobar { int a; int a -> useful; } baz { void foobar -> create(int, float, deobf.foobar); quux -> subclass {} } Hopefully, this is more human-editable and less redundant than the...