ModaStamp
ModaStamp
because the version of unicorn i installed is 2.0, maybe pwntools doesn't support the unicorn2.
> Can you try to trace down the issue down to a traceback from the last python opcode executed? It is probably a CALL_FUNCTION of a builtin function. Or can...
I am working on Unicorn recently. when done, I will continue to debug the relating code and try my best to solve the problem.
No. It is As the following fig.  I think that the program crash at function *cpu_exec_mipsel*, which is exported from *libunicornxxx*. Thus, I believe this error is related to...
我觉得你是在callnodetransfer的情况可能出了问题,我当时是这里出了问题,edge transfer应对control flow,不要和calltoreturn edge混淆。希望对你有一些帮助
same issue Maybe you can use the monkey patch by claude to reslove the problem temporarily. Indeed, ` prompt.replace("\n", "")` can also solve the problem. Apart from line breaks, I...