DIE
DIE copied to clipboard
Fuzzing JavaScript Engines with Aspect-preserving Mutation
Hi @thdusdl1219, I have a question about the method of coverage calculation. I tried to run your program, but the coverage rate is approximately a straight line. First, the target...
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...
Hello author, recently I am using DIE to test my project. It works well with the corpus you provided, but there are some errors when I tries to use a...
Hello, I want to learn how DIE performs dynamic analysis. However, the type file (.t) generated by calling typer.py is very different from the type file in the seed library....
help
I want to test some other softwares, what can I do to make DIE support them? like: 1)https://github.com/Moddable-OpenSource/moddable 2)https://github.com/jerryscript-project/jerryscript 3) https://github.com/pcmacdon/jsish
Hi @thdusdl1219 thank you for open sourcing this fuzzer. I just was reading your published paper and wanted to run it on my local machine. I would have two questions:...
I have followed the README and it seems that I can run all setup & compilation commands with no errors. However, I still face difficulties checking the results etc and...
Hi, Thank you very much for open-sourcing your interesting project. I would like to learn more about your code so it would be great if you could please share a...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.2.3 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
What should be the redis server id ? #!/usr/bin/env python3 import os import subprocess #export REDIS_URL=redis://localhost:9000 p = subprocess.Popen(["tmux", "ls"], stdout=subprocess.PIPE) out, err = p.communicate() if "ssh-tunneling" in out.decode("utf-8"): print("ssh-tunneling...