Skip to content

Tags: secure-software-engineering/jadx-taintdoc

Tags

taintdoc-0.9

Toggle taintdoc-0.9's commit message
remove targetName and targetNo from intermediate flows

taintdoc-0.8

Toggle taintdoc-0.8's commit message
update README.md to reflect new features

taintdoc-0.7

Toggle taintdoc-0.7's commit message
add description text area and remove some attributes

taintdoc-0.6

Toggle taintdoc-0.6's commit message
Bugfix: selection of distinct findings with same source - added date …

…to source string to allow distinction

taintdoc-0.5

Toggle taintdoc-0.5's commit message
Bugfix null pointer exception

taintdoc-0.4

Toggle taintdoc-0.4's commit message
fix README.md

taintdoc-0.3

Toggle taintdoc-0.3's commit message
changed intermediate container from set to arraylist to ensure order …

…in serialization

taintdoc-0.2

Toggle taintdoc-0.2's commit message
fix resolution of methods in inner classes

taintdoc-0.1

Toggle taintdoc-0.1's commit message
removed debug prints

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 (#387) (PR #439)

Fix visibility access modifies for methods (see discussions in #370 and #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`)