Code Monkey home page Code Monkey logo

secretary's People

Contributors

adityavardhanpadala avatar ais2397 avatar akulpillai avatar amunrha avatar ashwathi8 avatar aut0r3v avatar freakston avatar fug1t1ve avatar masterugwee avatar pranjalsingh008 avatar pvishnumadhav44 avatar r3x avatar sandhrabino avatar simran-kathpalia avatar vishnupratapagiri avatar vivekkamisetty 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

Watchers

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

secretary's Issues

Add basic ptrace patcher for Anti2RE

Basic ptrace patcher

  • Find out all the ptrace calls in a binary (with TRACE_ME)
  • Write a simple test program
  • Find ideal ways to patch the binary
  • Write a wrapper to execute and check again
  • Patch the binary (See if it's possible to permanently patch with PIN)

Add a basic Function call tracer to LogMaker

Function call tracer

  • Iterate through the entire program and get details on all the function calls
  • Get function arguments for each call
  • Sort whether each call is a library call or a user defined call
  • Store addresses of each function call
  • Store statistics of each function call (ie how many times is it called)
  • Sort function calls - by callee functions
  • Mark out common arguments for multiple functions - (It can help us figure out some pattern)

Add a basic syscall tracer module to LogMaker

Basic syscall tracer module for our project.

  • Hook syscalls and log them
  • Store the address of the syscall
  • Get the arguments (hopefully by getting an sense of the no of arguments for each syscall)
  • Find the address of the function if available
  • Sort syscalls - by the calling function

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.