We want to improve translation of dependencies done by spec-cleaner (i.e. cmake(blah)) and so on - see github.

Looking for hackers with the skills:

python3 regexps

This project is part of:

Hack Week 14

Activity

  • over 8 years ago: osukup liked this project.
  • over 8 years ago: dsterba liked this project.
  • over 8 years ago: evshmarnev liked this project.
  • over 8 years ago: pluskalm joined this project.
  • over 8 years ago: pluskalm liked this project.
  • over 8 years ago: scarabeus_iv added keyword "python3" to this project.
  • over 8 years ago: scarabeus_iv added keyword "regexps" to this project.
  • over 8 years ago: scarabeus_iv started this project.
  • over 8 years ago: pluskalm originated this project.

  • Comments

    • scarabeus_iv
      over 8 years ago by scarabeus_iv | Reply

      All the code for this functionality was integrated Finishing up with commit https://github.com/openSUSE/spec-cleaner/commit/a7f719ccb565f177512beecf57a1f90a467c1a4c

    Similar Projects

    Symbol Relations by hli

    Description

    There are tools to build function call graphs based on parsing source code, for example, cscope.

    This project aims to achieve a similar goal by directly parsing the disasembly (i.e. objdump) of a compiled binary. The assembly code is what the CPU sees, therefore more "direct". This may be useful in certain scenarios, such as gdb/crash debugging.

    Detailed description and Demos can be found in the README file:

    Supports x86 for now (because my customers only use x86 machines), but support for other architectures can be added easily.

    Tested with python3.6

    Goals

    Any comments are welcome.

    Resources

    https://github.com/lhb-cafe/SymbolRelations

    symrellib.py: mplements the symbol relation graph and the disassembly parser

    symrel_tracer*.py: implements tracing (-t option)

    symrel.py: "cli parser"