dextools/hidex at master · cryptax/dextools · GitHub
Skip to content

Latest commit

 

History

History

hidex

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

./app contains a demo application where a method named thisishidden() in class MrHyde is hidden from disassemblers but nevertheless called by the app.

  ./demo/classes.dex.hidden	  method thisishidden() is hidden from 
  				  decompilers

  ./demo/DrJekyll-release.apk example of APK where thisishidden()  is
  				  hidden but nevertheless called by the app

  ./src			  sources of the app - DEX needs to
  				  be patched to hide thisishidden()

  ./hidex.pl		  script to hide/unhide/detect hidden methods				 

  ./nonreferenced-methods.sh helper script to detect hidden methods. Perform baksmali on DEX file first.

Code is released using the Open Source BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)