GithubHelp home page GithubHelp logo

finixbit / ftrace Goto Github PK

View Code? Open in Web Editor NEW
72.0 3.0 14.0 13 KB

Simple Function calls tracer

License: MIT License

Makefile 3.43% C++ 96.57%
capstone elf-parser elf debugger symbols linux functions

ftrace's Introduction

Greetings from Finixbit πŸ‘‹

I'm Samuel, a Senior Software Engineer and Security Researcher with several years of experience in Ghana.

Things I'm interested in

  • Data Engineering, (worked on async-graph-data-flow)
  • Data Integrations (worked on ETL frameworks and Data Pipelines at Civis Analytics)
  • Security Research, Program Analysis, Compiler toolings
  • Debuggers Internals (worked on print-function-args-debugger, ftrace)
  • C/C++, Python, CPython Extensions (worked on A CPython extension to convert PHP OpArray bytecode to Python Object)
  • GCC (specifically with Gimple IR)
  • PHP Internals (specifically Zend Bytecode)
  • Ghidra, P-Code, Ghidra Python API
  • Simplifying Thought Representations
    • Words serve as a wrapper for thoughts. Consider the phrase 'Red car', instantly your mind constructs an image of a red car within your mental space. This mental imagery occurs even if there isn't a physical red car in your immediate surroundings.
    • Thoughts essentially manifest as mental images of words, shaped by your perspective or understanding. The ability to simplify thoughts in any field enhances your understanding and strengthens your imagination in that area.
    • If you'd like to delve deeper into this topic, feel free to connect with me below.

Get in touch

samuelasirifi1 [at] gmail [dot] com / Twitter / Blog

ftrace's People

Contributors

finixbit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ftrace's Issues

disassembler.cc might need <inttypes.h> header.

I had to add #include <inttypes.h> in dissassembler.cc to prevent the following error during compilation:

source/disassembler.cc:80:18: error: expected β€˜)’ before β€˜PRIx64’
     printf("0x%" PRIx64 ":\t%s\t\t%s\n", disassembled_ins.address, 

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.