목록전체 글 (67)
Hack4S3cur1ty
2020 Autopsy Module Development Contest
보호되어 있는 글입니다.
프로젝트
2020. 11. 3. 16:39
KDFS2020 분석보고서 (경찰청창살쇠창살 팀)
보호되어 있는 글입니다.
분석보고서
2020. 11. 3. 16:33
pydivert와 pyinstaller오류 해결
pydivert와 pyinstaller를 같이 사용했을 때 DLL을 못찾는 오류가 발생한다. C:\Python27\Lib\site-packages\pydivert\windivert_dll\__init__.py 35번째줄을 if platform.architecture()[0] == "64bit": DLL_PATH = "WinDivert64.dll" #DLL_PATH = os.path.join(here, "WinDivert64.dll") else: DLL_PATH = "WinDivert32.dll" #DLL_PATH = os.path.join(here, "WinDivert32.dll") 이렇게 수정해주면 된다. pyinstaller로 나온 exe파일과 함께 dll파일들을 넣어주면 된다.
TIPS
2020. 8. 25. 16:53
How to Jail-Break iOS 13.6 & Make debugging Environment
보호되어 있는 글입니다.
TIPS
2020. 8. 18. 22:46
201 Let's dig new 6, 7
보호되어 있는 글입니다.
CTFs/2020 Digital Forensics Challenge
2020. 8. 18. 02:59