GithubHelp home page GithubHelp logo

andrewfasano / futurepanda Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 370.86 MB

An attempt to recreate PANDA on modern QEMU.

License: Other

Emacs Lisp 0.01% GDB 0.01% Python 3.86% Dockerfile 0.01% Makefile 0.11% C 79.59% Meson 0.47% C++ 12.81% Haxe 0.38% Objective-C 0.13% Shell 1.64% Assembly 0.52% Pawn 0.02% NSIS 0.01% Perl 0.26% SmPL 0.03% GLSL 0.01% SourcePawn 0.08% NASL 0.01% POV-Ray SDL 0.07%

futurepanda's Introduction

Project Archived

This prototype has moved into the PANDA organization at https://github.com/panda-re/qemu.

Future PANDA

A prototype dynamic analysis platform built atop QEMU's plugin interface.

Build.

You may need ninja-build from apt

git clone ...
mkdir build
cd build
../configure --enable-plugins --target-list=i386-softmmu
make -j $(nproc)

Run.

Look at the plugins available in build/panda/

Run a plugin, ppp_srv on a qcow:

./build/i386-softmmu/qemu-system-i386 \
  -plugin ./build/panda/libppp_srv.so\
 -display none\
  ~/.panda/ubuntu_1604_x86.qcow

Current status

  • PPP-style inter-plugin interactions (callbacks + direct calls)
  • (partly done) API for accessing CPU state
  • API for modifying CPU state

Current plugins

  • Syscalls3: provide an on_all_sys_enter callback
  • Syscalls_logger: use syscalls3 to log syscall numbers on enter
  • ppp_srv: plugin which provides some PPP functions that other plugins can call
  • ppp_client{,2}: plugin which interacts with ppp_srv

futurepanda's People

Contributors

afaerber avatar agraf avatar aliguori avatar aurel32 avatar berrange avatar blueswirl avatar bonzini avatar davidhildenbrand avatar dgibson avatar ebblake avatar edgarigl avatar ehabkost avatar elmarco avatar gkurz avatar huth avatar jan-kiszka avatar jnsnow avatar kevmw avatar kraxel avatar legoater avatar mcayland avatar mstsirkin avatar philmd avatar pm215 avatar rth7680 avatar stefanharh avatar stsquad avatar stweil avatar vivier avatar xanclic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.