Giter VIP home page Giter VIP logo

dynamiccode_java's Introduction

This is a java project created using Eclipse. This project contains a code that will be loaded and executed at runtime by DynamicClassLoading Android app.

In the DynamicCode_Java/gen/ folder there are two jar files:

  1. HiddenBehavior.jar contains the .class file
  2. dexHiddenBehavior.jar is the jar file that will be used by DynamicClassLoading to download the code. This jar file contains classes.dex file

If you change the code in the DynamicCode_Java/src/edu/uci/seal/icc/HiddenBehavior.java, for example to include more ICC attacks, you need to create two new jar files as follows:

Create HiddenBehavior.jar

  • Build the project using Java 1.7 not 1.8. If you are using Eclipse, you can change that from the properties of the project
  • From Eclipse (File -> Export-> JAR Files) then follow the instructions. Read this for more information
  • From a command line: jar cvfm HiddenBehavior.jar manifest.txt *.class. Read this for more information

Create dexHiddenBehavior.jar

  • Use "dx" command tool to create this jar file. dx can be found at "android-sdk/ build-tools/[version number]/dx". Then run the following command: dx --dex --output= dexHiddenBehavior.jar path/to/HiddenBehavior.jar

Push dexHiddenBehavior.jar to the emulator using this command:

adb push path/to/dexHiddenBehavior.jar destination-path-on-emulator

Change the path in the DynamicClassLoading app to the destination-path-on-emulator that you specified in the previous step

dynamiccode_java's People

Contributors

mhammad2 avatar nishadg avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.