Skip to content

5alt/hrida

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Hrida

Hrida is a http interface for frida. The idea is inspired by Brida.

Write a frida script that exports rpc funtions. You can use http requests to pass arguments and retrieve the return value.

Dependencies

Ussage

Usage: hrida.py [options] frida_script

Options:
  -h HOST            Listen address.
  -p PORT            Listen port.
  -a APPLICATION_ID  Application that frida will attach to.

call

URL: http://<host>:<port>/call
Method: POST
Params: method, args

method: method name that is exported by frida_script

args: arguments for the method as a json array (json.dumps([arg1, arg2]))

Example:

method=init&args=["md5", "salt"]

reload frida script

URL: http://<host>:<port>/reload
Method: GET

reload the frida script

attach to the application

URL: http://<host>:<port>/spawn?app=<application_id>
Method: GET

application_id: the target application's package name

Contact

http://5alt.me

md5_salt [AT] qq.com

About

Hrida is a http interface for Frida

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published