Giter Club home page Giter Club logo

frida-symda's Introduction

Symda

GitHub release License: MIT

Overview

Symda is an open-source tool designed as a helper tool for Frida. The tool aims to download and parse symbol files for a given executable. The symbol server that the script uses can be configured. By default, it uses the Microsoft public symbol server. It should make it easier to hook functions by using the symbol files.

Note - this tool is designed only for Windows executables.


Usage

  1. Change the FUNCTION_LIST (functions to hook) variable according to your needs inside symda_python_runner.py . For example:
...
FUNCTION_LIST = [
    "KERNELBASE!DeviceIoControl",
]
...
  1. Run the following command with the relevant pid
python symda_python_runner.py <PID>

License

Copyright (c) 2022 CyberArk Software Ltd. All rights reserved
This repository is licensed under MIT License - see LICENSE for more details.

References:

For comments, suggestions, or questions, you can contact Omer Tsarfati (@OmerTsarfati) and CyberArk Labs team. You can find more projects developed by us at https://github.com/cyberark/.

frida-symda's People

Contributors

cyberarkgit avatar

Watchers

 avatar

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.