Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Registry-Spy — 원시 Windows 레지스트리 파일을 위한 크로스 플랫폼 레지스트리 브라우저 | Kitploit
도구/GitHubGitHub/andyjsmith/registry-spy
ForensicsDigital Forensics
GitHubandyjsmith/registry-spy

Registry-Spy

원시 Windows 레지스트리 파일을 위한 크로스 플랫폼 레지스트리 브라우저

저장소 보기웹사이트
119143년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Registry Spy

Registry Spy: 크로스 플랫폼 Windows 레지스트리 브라우저

Registry Spy는 무료 오픈 소스 크로스 플랫폼 Windows 레지스트리 뷰어입니다. 원시 레지스트리 파일을 위한 빠르고 현대적이며 다재다능한 탐색기입니다.

기능은 다음과 같습니다:

  • Windows, macOS, Linux 지원
  • 즉석에서 빠르게 파싱하여 사전 오버헤드 없음
  • 여러 하이브를 동시에 열기
  • 검색
  • 16진수 뷰어
  • 수정 타임스탬프

요구 사항

  • Python 3.8+
  • Windows 10 1809+, macOS, 또는 Linux
    • https://doc.qt.io/qt-6/supported-platforms.html 참조
    • 위 링크에 나열된 것보다 오래된 Linux 버전도 정상 작동할 수 있음

설치

릴리즈 페이지에서 최신 버전을 다운로드하세요. 또는 다음 방법 중 하나를 사용하세요.

pip (권장)

  1. pip install registryspy
  2. registryspy

수동 설치

  1. pip install -r requirements.txt
  2. python setup.py install
  3. registryspy

단일 파일 실행

  1. pip install -r requirements.txt
  2. python registryspy.py

스크린샷

메인 창

메인 창

찾기 대화상자

찾기 대화상자

빌드

의존성:

  • PyInstaller 5.10+

기존의 venv, dist, build 디렉터리를 모두 삭제하세요.

새로운 venv를 생성 및 활성화하고 requirements.txt와 pyinstaller를 설치하세요.

일반 빌드: pyinstaller registryspy_install.spec

단일 파일 생성: pyinstaller registryspy_onefile.spec

Inno Setup으로 EXE 설치 프로그램을 생성하세요.

PyPI:

  • pip3 install build twine
  • python3 -m build
  • twine upload -r testpypi dist/*
  • pip3 install -i https://test.pypi.org/simple/ registryspy
  • twine upload dist/*

라이선스

Registry Spy

Copyright (C) 2023 Andy Smith

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

도구 다운로드