Reversing

[Windows] RecDec IDA Plugin 설치

Tribal 2018. 6. 22. 12:34

RecDec standalone 설치(https://github.com/avast-tl/retdec)

  1. https://github.com/avast-tl/retdec/releases에서 설치파일 다운로드
  2. 위에꺼 설치
  3. https://www.microsoft.com/en-us/download/details.aspx?id=48145 설치
  4. MSYS2 설치
  5. bash $RETDEC_INSTALL_DIR/bin/retdec-decompiler.sh test.exe


RecDec IDA plugin 설치(https://github.com/avast-tl/retdec-idaplugin/releases)

  1. python 3 설치
  2. Pygments 설치
  3. https://github.com/avast-tl/retdec-idaplugin/releases에서 설치파일 다운로드
  4. retdec.dll을 IDA 플러그인 디렉토리에 복사


사용법

  • 컨트롤 + D : 선택 디컴파일
  • 컨트롤 + 쉬프트 + D : 풀 디컴파일
  • 컨트롤 + 쉬프트 + C : 플러그인 설정
  • IDA - Options - RetDec plugin options로 설정 가능


참고