Git Product home page Git Product logo

Comments (3)

vringar avatar vringar commented on June 9, 2024 1

@rmalmain Thank you so much for taking a look and writing up this detailed guidance!

from libafl.

domenukk avatar domenukk commented on June 9, 2024

@rmalmain can you give som info?

from libafl.

rmalmain avatar rmalmain commented on June 9, 2024

Now, Emulator is split into 2 different structures:

  • Qemu: The low-level struct. It is initialized by calling Qemu::init like the old Emulator::new and mostly consists of native calls to qemu. It resembles a lot the old Emulator you used back in the time. An example systemmode fuzzer is available here.
  • Emulator: the high-level struct. It is intended to be used as an abstraction of Qemu to avoid writing boilerplate code (like set / unset breakpoint by hand for example). You can find 2 variations of the previous fuzzer using this abstraction here and here.

So, from what I can see in the link you sent, most things should work out of the box if you replace Emulator with Qemu, modulus some minor changes.

About the pub fn start(&self, cpu: &CPU), it has been replaced with pub unsafe fn run(&self) in the Qemu struct. You can find more details there.

from libafl.

Related Issues (20)

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.