Giter Site home page Giter Site logo

Comments (9)

ifratric avatar ifratric commented on July 25, 2024

GLE=2 means ERROR_FILE_NOT_FOUND, see https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-

does Accel.exe exist in the current directory (or PATH)?

from jackalope.

bheem1007 avatar bheem1007 commented on July 25, 2024

yes sir! Accel.exe exist in the path, but don't know why fuzzing is not happening.
Screenshot 2022-09-01 164945

from jackalope.

ifratric avatar ifratric commented on July 25, 2024

From the screenshot it looks like Accel.exe is in Accel directory. So it should be .. -- Accel\Accel.exe -m @@.

I also see you pointed input directory to Accel, but note that -in is meant for input fuzzing samples, not for directory containing the target.

from jackalope.

bheem1007 avatar bheem1007 commented on July 25, 2024

so what should I mention after -in sir

from jackalope.

ifratric avatar ifratric commented on July 25, 2024

A directory containing input samples. Some valid files of the type Accel.exe processes. (I have no idea what it actually does).

from jackalope.

bheem1007 avatar bheem1007 commented on July 25, 2024

This is the command I used,
C:\Users\admin\Desktop\Jackalope\build\Release>fuzzer.exe -in Accel -out out4 -t 1000 -delivery shmem -instrument_module Accel.exe -target_module Accel.exe -target_method fuzz -nargs 1 -cgc.dll -tiny-AES128-C.dll -add_all_inputs -iterations 10000 -persist -loop -cmp_coverage -- Accel\Accel.exe -m @@

this is the result am getting while using it ,please help me to get the fuzzing output sir.
Screenshot 2022-09-01 172241

from jackalope.

bheem1007 avatar bheem1007 commented on July 25, 2024

can you say, Is my fuzzing command is correct ? where am mistaking?

from jackalope.

ifratric avatar ifratric commented on July 25, 2024

For the command to work like this, the target needs to implement the fuzz() method. If the target isn't a fuzzing harness you yourself wrote, It's not going to work. I also expect that your target doesn't understand -m argument, since this is my fuzzing harness specific. Unfortunately I can't help you to build a fuzzing setup for a specific target. But good starting points are to understand how your target works and what Jackalope does and which options do what (you can experiment with the provided test.exe sample). You might want to first experiment without persistent mode (without -target_module and -target_method flags) until you get a setup that works.

from jackalope.

bheem1007 avatar bheem1007 commented on July 25, 2024

sir fuzzing is running but errors are not identifying ..
Screenshot (38)

from jackalope.

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.