Giter Site home page Giter Site logo

unidbg-jd-sign's Introduction

unidbg-jd-sign

某东sign app version 11.0.2

使用方式:

1.加载到idea

2.add 个maven工程

3.运行 UnidbgServerApplication.java 即可启动服务

修改配置和代码

通过 application.properties 自行修改服务的地址(默认0.0.0.0就行)和端口(默认是8888)

修改绝对路径为你的apk所在的文件夹

apk.path = F:/jd/jd.apk

so.path = F:/jd/libjdbitmapkit.so

(apk不提供自行网上下载最新版)

(so文件提取 把apk重命名为.zip 用压缩软件打开\lib\armeabi-v7a下面即可找到so文件)

打jar包

配置好maven环境的前提下,项目主目录执行

 mvn clean package -Dmaven.test.skip=true  

使用maven的package即可,之后会发现生成一个target目录其中里面就有jar包了。

mvn package

把application.properties 复制到 jar包所在目录 方便修改

使用jar包

java -jar unidbg-server-1.0.0.jar 

调用示例

查看 根目录 忒星59-20.py

unidbg-jd-sign's People

Contributors

yongjiu8 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.