Code Monkey home page Code Monkey logo

unidbg_api's Introduction

使用方式:

1.加载到idea

2.add 到maven工程

3.运行com\unidbg\api\ApiApplication.java即可启动服务

4.使用教程请观看微信公众号《逆向客栈》unidbg工具的使用

修改配置和代码

通过application.properties自行修改服务的地址和端口

调用示例文件参考NativeUtils.java

打jar包

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

使用jar包

cd target
jar -xf unidbg-server-0.0.1-SNAPSHOT.jar
java -cp BOOT-INF/classes:BOOT-INF/lib/* com.unidbg.api.ApiApplication.java
java -jar unidbg-server-0.0.1-SNAPSHOT.jar

Python调用示例

import requests
url = 'http://127.0.0.1:9091/'
param = {'param': '{"tag":"getContentJNI"}'}
req=requests.get(url,param=data)
print(req.text)

感谢

https://github.com/zhkl0228/unidbg

unidbg_api's People

Contributors

sir-smy 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.