8000 Tags · blake2002/jadx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: blake2002/jadx

Tags

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(gui): update Traditional Chinese translation (PR skylot#1452)

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
chore: update dependencies

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
doc: update option description

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fix: use secure xml parser for process manifest

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
build: add maven publish

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update readme

v1.2.0

Toggle v1.2.0's commit message
chore: fix release config

v1.1.0

Toggle v1.1.0's commit message
build: fix release build

v1.0.0

Toggle v1.0.0's commit message
fix: ignore NOPs in try-catch (skylot#668)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change not allowed access modifiers for methods (skylot#387) (PR s…

…kylot#439)

Fix visibility access modifies for methods (see discussions in skylot#370 and skylot#387):
    * all virtual methods become public
    * direct methods become private (instead constructors and static methods for now)
    * such modifications perform by default and can be disabled by the option in preferences (`--respect-bytecode-access-modifiers` in jadx-cli)
    * if changed to method added comment (`Access modifiers changed, original: private`)
0