v4.1.2
DECX v4.1.2
DECX v4.1.2 adds a non-blocking update check and preserves heavily obfuscated identifiers in decompiled source.
Features
- The CLI now runs a non-blocking update check on startup: the latest version comes from the npm registry, results are cached in
DECX_HOME/update-check.jsonfor 24 hours, the network refresh happens in a detached__update-checkchild process, and update hints go to stderr without affecting the current command. SetDECX_NO_UPDATE_CHECK=1to disable (also skipped underCI). decx process open <file>now defaults--rename-flagstocase,validso heavily obfuscated Unicode identifiers such asĎ锬볝觧survive decompilation instead of being aliased tom0by jadx's defaultprintablerename. Explicit--rename-flags/-rfvalues are respected with theprintabletoken stripped (allis rewritten tocase,valid;nonepasses through untouched).
Changes
decx self install/self updateno longer re-downloadsdecx-server.jarwhen the locally installed version already matches the latest release.