• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering Jadx v1.4.7 - Dex to Java Decompiler

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
142730720-839f017e-38db-423e-b53f-39f5f0a0316f.png


Command-line and GUI tools for producing Java source code from Android Dex and Apk files

Changelog v1.4.7

Features

    [core] Inline lambdas by instance field (#1800)
    [plugins] Allow to load classes using input stream or byte array in jadx-input plugin (#1457)


Bug Fixes

    [core] Restore missing type parameter declarations (#1800)
    [core] Filter invalid chars in app name for gradle export (PR #1813)
    [core] Correct args shift for instance invoke-custom (#1816)
    [core] Additional checks to forbid inline of null consts (#1828)
    [core] Use strict patterns for synthetic methods inline (#1829)
    [res] Resolve manifest decoding error Expected strings start (#1797)(PR #1798)
    [res] Handle RES_TABLE_TYPE_OVERLAY (#1748) (PR #1804)
    [res] Parsing of sparse RES_TABLE_TYPE_TYPE and RES_TABLE_TYPE_STAGED_ALIAS chunks (#1806 #1803)(PR #1807)
    [res] Resolve int hex attributes
    [res] Resolve custom attributes
    [res] Resolve declare-styleable atrributes
    [res] Set empty parent for styles without a parent, remove duplicated code
   


Code:
 Use parent attribute only for styles (PR #1815)
	    [gui] Search constant fields usage in all classes (#1801)
	    [gui] Redirect jump from search for inlined classes
	    [gui] Show skipped resources count during search (#1808)
	    [gui] Update Messages_zh_CN.properties (PR #1811)
	    [debugger] Process UI updates in correct thread (#1796)
	    [cli] Make enum CLI arguments match documented format (PR #1787)
To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top