-
Hi~,
when I try to explore all paths in binary (which includes strcmp) with s2e, I meet a crash if I write `add_plugin("FunctionModels")` in s2e-config.lua and the s2e stops. ( I run s2e in ubuntu14.…
-
Using an example from another project (Triton)
```
serj@debtest:~/GITHUB/symqemu/build$ echo AAAAAAAAAAAAAAAAAAAAAA | ./qemu-x86_64 /home/serj/GITHUB/Triton/src/examples/python/ctf-writeups/cm002/cm…
-
I have installed IDA 7.0 from https://out7.hex-rays.com/files/idafree70_linux.run however seems not supported by S2E.
IDA 6.8 is supported but is too old, S2E should support IDA 7.0+
[S2E:fussea…
-
This build of libs2e.so does not contain symbolic execution support and has therefore much faster single-path execution.
-
Currently CRAX relies on pwnlib (and thus on pybind11) for ELF parsing, so some changes are made to S2E's makefiles. Maybe we could decouple pwnlib (and thus pybind11) from CRAXplusplus, so that this …
-
cmp_R2 has the signature `cmp_R2(c=C, x=X, SigHat=SigHat, beta=beta, obsperclust = obsperclust, nclusts = nclusts, method = 'sgv')`. I'm trying to apply it to a crossed random effects model fitted wi…
-
s2e-env does not support Linux driver targets. Until support is added, use the following workaround:
- Create a targetless project
`s2e new_project -n mydriver -i debian-9.2.1-i386 --no-target --t…
-
I have issue "[S2E:WARN] Received 'dnmsg' before 'router_config' - dropped" in Basic Station. Chirp stack LNS receiving Join request from end device and answer it, but Basic station dropped it. End de…
-
Hello developers,
According to the docs s2e can stop path exploration early using s2e_terminate. I'm wondering if there is a similar call to hold off path exploration until a certain point in the c…
-
```
$ s2e new_project -i debian-9.2.1-i386 -n vuln-lin32-32 --enable-pov-generation build/s2e/guest-tools32/common/demos/vulnerabilities @@
$ cd projects/vuln-lin32-32
```
Remove the "-loadvm re…