Skip to content

MohamadMansouri/radare2-plugin-FIRST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radare2-plugin-FIRST

This is a radare2 core plugin. It aims to make radare2 integrates with FIRST (Function Identification and Recovery Signature Tool) server.

Please look below to find links to the various FIRST components.

Installation

  • Modify first.config to set the host and your FIRST token (by default it is set to connect to FIRST online server).
  • Execute make

Requirments

  • radare2
  • curl

Usage

Usage: Fst[?asug]  FIRST plugin
| Fst               test connection to server
| Fst?              show this help
| Fsta [func]       add function to FIRST
| Fstaa             add all functions to FIRST
| Fstaac [comment]  add all functions to FIRST with a comment
| Fstd [addr]       delete annotation from FIRST
| Fstdd [id]        delete annotation from FIRST of a function that don't exist in this file (you can see all created annotations using Fstgc)
| Fstg              get annotations saved in FIRST
| Fstgc             get all created annotations saved in FIRST (this does not depend on the opened file)
| Fsth [addr]       get annotation history of a function
| Fsthh [id]        get annotation history of a function that don't exist in this file (you can see all created annotations using Fstgc)
| Fst+ [addr] [id]  apply annotations
| Fsts [func]       scan for similar functions in FIRST
| Fstsa             scan all functions for similar functions in FIRST

About

A core plugin for radare2 to integrate with FIRST server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published