Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Remove oaat and output_format setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hluwa authored Feb 2, 2021
1 parent 04cf9da commit 5df4d4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/PrivacyDog.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ private static void setupSoot(String taskPath) throws IOException {
G.reset();
Options.v().set_allow_phantom_refs(true);
Options.v().set_allow_phantom_elms(true);
Options.v().set_oaat(true);
Options.v().set_ignore_resolving_levels(true);
Options.v().set_ignore_resolution_errors(true);
Options.v().set_no_bodies_for_excluded(true);
Options.v().set_whole_program(false);
Options.v().set_throw_analysis(Options.throw_analysis_dalvik);
Options.v().set_soot_classpath(Scene.defaultJavaClassPath());
Options.v().set_output_format(output_format_jimple);
Options.v().setPhaseOption("cg", "all-reachable:true");
Options.v().setPhaseOption("jb.dae", "enabled:false");
Options.v().setPhaseOption("jb.uce", "enabled:false");
Expand Down

0 comments on commit 5df4d4f

Please sign in to comment.