angr TIL/잡다한 2018. 5. 23. 윈도우에 angr설치 *파이썬은 64bits으로 설치되어있어야 한다 안그러면 나중에 simuvex설치할 때 pyvex.dll을 찾을 수 없다고 나옴* 제일먼저 깔아야 하는 모듈들이 있다[1] pip install pyvex[2] pip install unicorn[3] pip install simuvex[4] pip install angr 앞서 포스팅한 내용의 이유때문에 되도록이면 VS2015 프롬프트에서 시작하는게 좋다나같은 경우엔 VS2015 x64 Native Tools Commands Prompt 를 사용함 TIL/잡다한 2018. 5. 23. Error: Unable to buile libVEX Windows 10 에서 angr를 설치할 때 나타나는 에러인데이를 해결하기 위해서는 VS2015/2017 x64(운영체제에 따라 다를수도있음) Native Tools Commands Prompt 를 이용해서 설치하면에러없이 해결 할 수가 있다. TIL/잡다한 2018. 1. 24. [에러] angr설치시 libunicorn.so 파일 문제 [Errno 2] No such file or directory: 'libunicorn.so' 문제 발생시 해결 방법: 터미널에sudo pip install "https://github.com/unicorn-engine/unicorn/archive/master.zip#egg=unicorn&subdirectory=bindings/python"입력 해주면 해결 이전 1 다음