mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 05:30:45 +00:00
special instructions update [ci skip]
This commit is contained in:
@@ -26,9 +26,11 @@ A) Variable identifiers which have invalid characters in their name are displaye
|
|||||||
This allows easier direct editation.
|
This allows easier direct editation.
|
||||||
|
|
||||||
B) Also, there exist few special instructions/functions with prefix §§:
|
B) Also, there exist few special instructions/functions with prefix §§:
|
||||||
- `§§push(item)`
|
- `§§push(item)` - pushes item on stack
|
||||||
- `§§pop()`
|
- `§§pop()` - pops from stack
|
||||||
- `§§dup()`
|
- `§§dup()` - duplicates value on stack
|
||||||
- `§§goto(label)`
|
- `§§goto(label)` - jump to address
|
||||||
|
- `§§constant(number)` - unresolved constant (unknown constantpool)
|
||||||
|
|
||||||
These functions usually pop out when you try to decompile some obfuscated / unstructured code.
|
These functions usually pop out when you try to decompile some obfuscated / unstructured code.
|
||||||
|
You can try Settings/Automatic deobfuscation option for handle some kinds of this code properly.
|
||||||
|
|||||||
Reference in New Issue
Block a user