vi editor 에서 !의 용도


 !는 외부의 쉘을 실행시켜주는 역할을 함


 !/bin/bash => bash 를 실행해줌

'0x002 OperatingSystem > 02. Linux' 카테고리의 다른 글

[Theory] Kernel  (0) 2018.01.06
[Command] dig  (0) 2017.12.29
[Command] GDB Find  (0) 2017.12.29
[Tip] EggShell  (0) 2017.12.29
[Tip] xinetd  (0) 2017.12.29

dex 파일을 jar 파일로 변환해주는 툴이다.
dex 파일이란 달빅이 인식할수 있도록 class 파일을 바이트 코드로 변환한 것이다.
다운 로드는 아래 링크를 참조한다.


https://sourceforge.net/projects/dex2jar/


이렇게 추출된 jar 파일은 jd gui 라는 도구를 이용하여 디컴파일 할 수 있다.
다운 로드는 아래 링크를 참조한다.


http://jd.benow.ca/

'0x011 Tool' 카테고리의 다른 글

[Tip] VMWare Network Setting  (0) 2017.12.29
[Windows] Process Monitor  (0) 2017.12.29
[Windows] Cain&Abel  (0) 2017.12.29
[All] VMWare Workstation  (0) 2017.12.29
[Windows] Resource Hacker  (0) 2017.12.29

  Cain & Abel 은 동일 네트워크에서 다른 사용자들이 네트워크에 접속해 평문으로 연결하는 다양한 정보를 가로챌수 있는 도구이다.  관련 정보는 http://www.oxid.it/cain.html 에서 확인 할 수 있다.

'0x011 Tool' 카테고리의 다른 글

[Windows] Process Monitor  (0) 2017.12.29
[Windows] dex2jar | jd gui  (0) 2017.12.29
[All] VMWare Workstation  (0) 2017.12.29
[Windows] Resource Hacker  (0) 2017.12.29
[Windows] .NET Reflector  (0) 2017.12.29

+ Recent posts