Skip to content

Inter-procedural Control Flow Graph Obfuscation Tool for Android

License

Notifications You must be signed in to change notification settings

Anttree1563/ICFGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ICFGO

  • Inter-procedural Control Flow Graph Obfuscation Tool for Android

Usage

  • For Activity (or AppCompatActivity)
ICFGO icfgo = new ICFGO(Activity, complexity, parentLayoutId)
icfgo.execute();
  • General
 - ICFGO
 @param Activity 				Activity(Compat) or BaseActivity that will initialize obfuscation
 @param complexity				Number of dummy views that will be used as entry point
 @param parentLayoutId			ID of layout Resource file, such as R.layout.activity_main

About

Inter-procedural Control Flow Graph Obfuscation Tool for Android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published