Giter Site home page Giter Site logo

GoReSym package about radare2-pm HOT 1 CLOSED

HanEmile avatar HanEmile commented on May 29, 2024
GoReSym package

from radare2-pm.

Comments (1)

trufae avatar trufae commented on May 29, 2024

Ideally you shouldnt be git cloning from the install block. and this package wont work unless you add a R2PM_GIT or TGZ directive. I may probably write an r2pm linter and a manpage to make those things clearer :) So my suggestions are:

  • Create two packages and use R2PM_DEPS to make one pkg depend on the other.
  • Use R2PM_GIT with the url of the repository on each pkg
  • Copy the rename.py script into the R2PM_BINDIR, so it can be launched directly from r2
  • I would suggest to create an r2pipe script (available from the R2PM_BINDIR) that have options to extract the symbols from the binary (run the line in your comment) or rename the symbols by running the line below.
  • This script can be named "r2goresym" and can be executed with #!pipe r2goresym if you do this script in r2js you can just register a new command inside r2 and do everything in javascript, which is probably cleaner and easier to use because you have access to all the paths and such.

from radare2-pm.

Related Issues (20)

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.