NG PLM Prototyping wiki

 

JadDecompiler

Page history last edited by sini 2 yrs ago

Decompiler는 binary 파일에서 소스를 추출하는 프로그램입니다.

 

아래는 Eclipse에서 Jad Java decompiler를 이용해서 소스를 볼수있도록 해주는 plug-in 사용방법입니다.

Decompile 이 완벽하지 않을 수도 있겠지만 분석하는데는 충분하리라 보입니다.

 

  1. Jad 프로그램을 다운받는다. Jad 홈페이지
  2. 다운받아서 원하는 경로에 카피해둔다.(실행파일임)
  3. Jadclipse plugin 을 다운받아 설치한다. Jadclipse 다운로드
  4. Eclipse 를 실행한다.
  5. Windows->Preferences->Java->JadClipse에서 Path to decompiler에 Jad 실행파일을 지정한다.
  6. jar 파일의 class를 더블클릭해서 열어보면 소스가 나온다.

Comments (0)

You don't have permission to comment on this page.