Code Monkey home page Code Monkey logo

jarhackshop's Introduction

JarHackShop(暂不更新)

  • 此工具集目前只包含一个工具SimpilyMethodTool,其思路来自于simplify中的模拟执行。与simplify不一样的是,simplify是基于smali,且在android中模拟执行,不但速度非常非常慢,而且Bug比较多(其demo测试成功,但用真实的smali总报错)。SimpilyMethodTool思路是抽取出简单的方法,并把它保存起来,然后把全部参数为常量(或无参)且调用到这些方法的地方模拟调用(通过Java虚拟机),最后把结果进行替换,以达到简化方法的作用,这对于代码压缩与反混淆都有一定的帮助。

jarhackshop's People

Contributors

noverguo avatar

Stargazers

小康 avatar Game Office avatar Buerck avatar  avatar  avatar 学习专用 avatar lixh avatar Yao avatar 凉水 avatar

Watchers

 avatar lixh avatar

jarhackshop's Issues

JavaTools

您好 您的工程缺少 JavaTools项目的依赖 可以补充一下吗

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="src" path="test"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    <classpathentry kind="lib" path="libs/commons-io-2.4.jar"/>
    <classpathentry kind="lib" path="libs/asm-debug-all-5.0.2.jar"/>
    <classpathentry combineaccessrules="false" kind="src" path="/JavaTools"/>
    <classpathentry kind="output" path="bin"/>
</classpath>

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.