OrnitheMC / enigma

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Check duplicate function argument mappings #40

Open viktor40 opened 8 months ago

viktor40 commented 8 months ago

Arguments of functions (and i'd guess probably also class constructors) can have duplicate names without enigma raising a warning. This should be caught later in the chain but enigma shouldn't let you do this.

image