Kyle Zeng
Kyle Zeng
I thought @ltfish was the only one running `angr` on Windows. lol And BTW, `angr` does not support python2 any more, how did you make it ran on python2? Are...
confirmed on newest version. looks like `argc` and `argv` are missing
I encountered a weird situation where a syscall address is not in cfg in linux elf. Should I open an issue for that?
OK. not a syscall. But a library call. I will try to fix it.
If used with tracer, this technique should be used before tracer.
It is not a bug. It has to be in this way. Because `loop_seer ` used to executes on normalized blocks but `angr` executes on basic blocks. Which makes it...
I thought about it. Actually it is possible if we directly modify `tracer`.
here what I did so far: changes to `angr` ~~~ diff --git a/angr/simos/linux.py b/angr/simos/linux.py index 0fbc290e9..2cef1f796 100644 --- a/angr/simos/linux.py +++ b/angr/simos/linux.py @@ -3,7 +3,7 @@ import logging import struct import...
And btw, it's not urgent. Although the current implementation is wrong, it works fine at the moment: programs will see the version number as 0
I don't think the issue should be closed atm