docfate111

Results 23 issues of docfate111

I'm getting this error, I don't know if I'm doing something wrong. ``` git clone https://android.googlesource.com/kernel/goldfish && \ git clone [email protected]:Fuzion24/AndroidKernelExploitation.git kernel_exploit_challenges && \ cd goldfish && git checkout -t...

I tried to fuzzing espruino https://github.com/docfate111/Espruino based on the example targets. If I add functions to the JS engine they must take void as an argument so I instead used...

What did I do wrong? Please help me. ``` Coverage] Initialized, 0 edges [Fuzzer] Initialized [Fuzzer] Cannot check if crashes are detected [Fuzzer] Recommended timeout: at least 10ms. Current timeout:...

Looking online the IR/CallSite.h is deprecated? ``` $ cd InterfaceHandlers && ./build.sh [*] Trying to Build AnalysisHelpers [*] Trying to Build Dr_linker ./build.sh: line 3: llvm-config: command not found ./src/main.cpp:6:10:...

On Ubuntu following all the steps until ./build.sh Some errors with the C++ code? ``` /home/t/tools/difuze/InterfaceHandlers/MainAnalysisPasses/RangeAnalysis/src/vSSA.cpp:123:25: error: variable or field ‘insertSigmas’ declared void 123 | void vSSA::insertSigmas(TerminatorInst *TI, Value *V)...

This looks really cool and enjoyed the Black Hat talk. It is rough to install angr on python2 especially the version this project uses To run on Python3 I ran...

After creating the issue, checkboxes will appear where `[] label` exist in the markdown. You can check/uncheck them to fill out the environment section. ## Checklist - [ X] I...

bug
needs-triage

I ran every command in the README.md on Ubuntu 20.04 What url do I use for fuzz/scripts/redis.py? I tried 127.0.0.1:9000 and 127.0.0.1:6379 and neither worked. What is the ID of...

``` export CC=/Superion/afl-clang-fast && \ export CXX=/Superion/afl-clang-fast++ && \ export AFL_HARDEN=1 && git clone https://github.com/espruino/Espruino.git && \ cd Espruino && \ CC=/Superion/afl-clang-fast CXX=afl-clang-fast++ make ``` Everything works except for some...