Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

FIRST Server BETA v0.0.4

Compare
Choose a tag to compare
@xabiugarte xabiugarte released this 05 Mar 15:48
· 31 commits to master since this release
25a8049

The Function Identification and Recover Signature Tool (FIRST) developed by Talos, is an IDA Pro plugin that allows reverse engineers to more quickly complete static analysis. It makes finding similar functions faster and easier by removing the need to synchronize function metadata.

FIRST’s extensible framework allows users to submit function metadata to a repository and search the repository for function metadata similar to the function

Users can contribute function metadata and search for function metadata similar to the function(s) being analyzed in IDA. FIRST’s framework allows developers to create new ways to derive similarities between functions.

  • Save function metadata (name, prototype, and comment)
  • Provide way to find similar functions
  • Allow users to apply function metadata in IDA Pro
  • Reduce reverse engineering time
  • Installation documentation can be found at http://first-server-dev.readthedocs.io

Notes

FIRST server is still under active development.

Change Log

  • Updated OAuth to avoid deprecated GooglePlus APIs
  • Updated project to Python3
  • Added unit tests for the REST api.