cryptomadco

Results 15 comments of cryptomadco

Hey thanks! got that and run it with the following command : `root@cryoto-Standard-PC-i440FX-PIIX-1996:~/work/savior/tests/jpeg-9c/obj-savior# python ~/work/savior/coordinator/moriarty.py -t /root/work/savior/tests/jpeg-9c/obj-savior -c /root/work/savior/tests/jpeg-9c/obj-savior/fuzz.cfg ` But seems it has a problem : ``` Initialize concolic...

I spotted the problem, before running the fuzzing job I should do this : `echo core >/proc/sys/kernel/core_pattern` Now I can run the job but the new problem is encountered :...

Thanks for the reply . I checked the Makefile and it's already correct. this is my AFL/Makefile 👍 # ``` # american fuzzy lop - makefile # ----------------------------- # #...

OK, now I got it . I should revert this commit . I reverted this and seems it's running without problem . But 3 questions here : 1. How many...

@evanmak It seems that there is no problem to run the savior now, but I guess it's not functioning as expected . This is the output of a very simple...

> > > > [Edge-Oracle-Info] read 1 seeds > > it seems there's no input to choose from for symex, can you verify AFL is running correctly? Let me check...

> > > > [Edge-Oracle-Info] read 1 seeds > > it seems there's no input to choose from for symex, can you verify AFL is running correctly? @evanmak This is...

@evanmak Looking forward for a reply . At the moment, it's important to me to know how to pass parameters and different switches (Like the one in base64 -d) of...

@evanmak Thanks about this! I have two instances of Savior, applying everything you said and they are running against base64 (LAVA-M) and the tcpdump sample . (Just checked every step...

Hello @evanmak and thanks for your reply . I activated that branch of the code in the llvm pass and run it again, against base64 lava and this is the...