星博's Github
星博's Github
## Details:  ``` Python>import os Python>os.sys.path ['/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/python/lib/python2.7/lib-dynload', '/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/python/lib/python2.7/lib-dynload/ida_64', '/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/Applications/IDA Pro 7.0/ida64.app/Contents/MacOS/python', **'/Users/cxm/Library/Python/2.7/lib/python/site-packages'(in which keystone lies in)**,...
Yeah, that's the end. However, yesterday I tried `s2e build` command, and it worked properly (compiled all the components).
Yes, the same error message. ``` (venv) ➜ s2e-proj s2e build -r asdfasdfasdf INFO: [sh.command] : starting process INFO: [sh.command] : process started INFO: [sh.command] : process completed INFO: [sh.command]...
Sadly, the output is nothing. Are there any environment variable that must be set during the compilation, like $S2E? ``` (venv) ➜ s2e-proj echo $S2E /home/cxm/Dev_Playground/s2e-proj/ (venv) ➜ s2e-proj make...
I finally got the reason with the help of my teammate. When I run the build command, we noticed that ```-pRrq``` is used to get current make status. ``` #...