이 영역을 누르면 첫 페이지로 이동
포렌식 & 개발 이야기 - Forensics & Development 블로그의 첫 페이지로 이동

포렌식 & 개발 이야기 - Forensics & Development

페이지 맨 위로 올라가기

포렌식 & 개발 이야기 - Forensics & Development

Pental - Forensics / iOS / Windows / Android / Kakaotalk / Telegram / Etc

[ Volatility GUI ] 볼라틸리티 GUI 환경 구축하기

  • 2020.03.31 10:28
  • 이것저것/Volatility GUI
글 작성자: pental

https://github.com/kim-do-hyeon/volatility-gui

 

kim-do-hyeon/volatility-gui

Volatility GUI. Contribute to kim-do-hyeon/volatility-gui development by creating an account on GitHub.

github.com

먼저 파일을 위 깃헙에서 받을수 있습니다.


[ GUI 그래픽 파일 ]

https://github.com/kim-do-hyeon/volatility-gui/blob/master/gui.ui

 

kim-do-hyeon/volatility-gui

Volatility GUI. Contribute to kim-do-hyeon/volatility-gui development by creating an account on GitHub.

github.com


<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>903</width>
    <height>482</height>
   </rect>
  </property>
  <property name="maximumSize">
   <size>
    <width>903</width>
    <height>482</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Volatility GUI by Pental</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QPushButton" name="exit">
    <property name="geometry">
     <rect>
      <x>810</x>
      <y>450</y>
      <width>81</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Exit</string>
    </property>
   </widget>
   <widget class="QLabel" name="Command">
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>460</y>
      <width>211</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QToolButton" name="open_file_btn">
    <property name="geometry">
     <rect>
      <x>770</x>
      <y>10</y>
      <width>121</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Image Open</string>
    </property>
   </widget>
   <widget class="QTextBrowser" name="file_path">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>10</y>
      <width>671</width>
      <height>21</height>
     </rect>
    </property>
    <property name="verticalScrollBarPolicy">
     <enum>Qt::ScrollBarAlwaysOff</enum>
    </property>
   </widget>
   <widget class="Line" name="line">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>40</y>
      <width>881</width>
      <height>16</height>
     </rect>
    </property>
    <property name="orientation">
     <enum>Qt::Horizontal</enum>
    </property>
   </widget>
   <widget class="QTextBrowser" name="Command_Result">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>60</y>
      <width>881</width>
      <height>381</height>
     </rect>
    </property>
   </widget>
   <widget class="QTextBrowser" name="work">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>510</y>
      <width>741</width>
      <height>61</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="os">
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>440</y>
      <width>191</width>
      <height>31</height>
     </rect>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QComboBox" name="plugin_list">
    <property name="geometry">
     <rect>
      <x>330</x>
      <y>450</y>
      <width>231</width>
      <height>20</height>
     </rect>
    </property>
    <property name="layoutDirection">
     <enum>Qt::LeftToRight</enum>
    </property>
    <property name="currentText">
     <string>Plugin List</string>
    </property>
    <item>
     <property name="text">
      <string>Plugin List</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.callbacks</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.cmdline</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.dlldump</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.dlllist</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.driverscan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.filescan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.handles</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.info</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.malfind</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.moddump</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.modscan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.modules</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.mutantscan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.poolscanner</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.procdump</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.pslist</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.psscan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.pstree</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.registry.certificates</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.registry.printkey</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.registry.userassist</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.ssdt</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.statistics</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.strings</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.svcscan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.symlinkscan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.vaddump</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.vadinfo</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.vadyarascan</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.verinfo</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>windows.virtmap</string>
     </property>
    </item>
   </widget>
   <widget class="QLabel" name="label_2">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>11</y>
      <width>71</width>
      <height>20</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <family>맑은 고딕</family>
      <pointsize>14</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="layoutDirection">
     <enum>Qt::LeftToRight</enum>
    </property>
    <property name="text">
     <string>IMAGE</string>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QPushButton" name="scan_vol3">
    <property name="geometry">
     <rect>
      <x>730</x>
      <y>450</y>
      <width>75</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Scan</string>
    </property>
   </widget>
   <widget class="QPushButton" name="save_log_btn">
    <property name="geometry">
     <rect>
      <x>650</x>
      <y>450</y>
      <width>75</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Save Log</string>
    </property>
   </widget>
   <widget class="QPushButton" name="add_db_btn">
    <property name="geometry">
     <rect>
      <x>570</x>
      <y>450</y>
      <width>75</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Add DB</string>
    </property>
   </widget>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>903</width>
     <height>21</height>
    </rect>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>
저작자표시 비영리 (새창열림)

'이것저것 > Volatility GUI' 카테고리의 다른 글

[ Volatility GUI ] 볼라틸리티 GUI 환경 처리 소스  (0) 2020.03.31

댓글

이 글 공유하기

  • 구독하기

    구독하기

  • 카카오톡

    카카오톡

  • 라인

    라인

  • 트위터

    트위터

  • Facebook

    Facebook

  • 카카오스토리

    카카오스토리

  • 밴드

    밴드

  • 네이버 블로그

    네이버 블로그

  • Pocket

    Pocket

  • Evernote

    Evernote

다른 글

  • [ Volatility GUI ] 볼라틸리티 GUI 환경 처리 소스

    [ Volatility GUI ] 볼라틸리티 GUI 환경 처리 소스

    2020.03.31
다른 글 더 둘러보기

정보

포렌식 & 개발 이야기 - Forensics & Development 블로그의 첫 페이지로 이동

포렌식 & 개발 이야기 - Forensics & Development

  • 포렌식 & 개발 이야기 - Forensics & Development의 첫 페이지로 이동

검색

메뉴

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

카테고리

  • Category (452)
    • Forensics (105)
      • Magnet AXIOM (28)
      • Digital Forensics Informati.. (9)
      • Iphone Forensics (24)
      • DFC (7)
      • 디지털포렌식전문가2급 자격증 (10)
      • FTK ACE 자격증 (7)
    • 이것저것 (7)
      • Ubuntu (6)
      • 디스코드 봇 (4)
      • Volatility GUI (2)
    • CTF (32)
      • NEWSECU (14)
      • CTF-d (5)
      • Puzzel - Network Forensics (2)
      • Security Traps (2)
      • system32.kr (5)
      • HMCTF (4)
    • Programming (260)
      • C (10)
      • Python (11)
      • 백준 (206)
      • 프로그래머스 (32)
    • 그냥 개발 및 잡담 (16)
      • Docker (2)
      • Google Cloud (3)
      • OS 개발 (3)
    • Best of Best (20)

최근 글

인기 글

댓글

공지사항

아카이브

태그

  • 프로그래머스
  • 디지털포렌식
  • Forensics
  • 파이썬
  • axiom
  • 포렌식
  • pental
  • 백준
  • 전체 보기…

정보

pental의 포렌식 & 개발 이야기 - Forensics & Development

포렌식 & 개발 이야기 - Forensics & Development

pental

블로그 구독하기

  • 구독하기
  • RSS 피드

방문자

  • 전체 방문자
  • 오늘
  • 어제

티스토리

  • 티스토리 홈
  • 이 블로그 관리하기
  • 글쓰기
Powered by Tistory / Kakao. Copyright © pental.

티스토리툴바