https://github.com/extremecoders-re/pyinstxtractor
-----
exe to pyc (pyinstxtractor.py)
https://m.blog.naver.com/osthus/221720537341
[python] pyinstaller로 만든 exe에서 코드 가져오기
* 개인적으로 찾아보고 시도한 과정들을 기록해두는 글입니다. (python 3.7 기준) 파이썬으로 만든 exe 파...
blog.naver.com
pyc to py
https://www.youtube.com/watch?v=zimf8UDywao
GitHub - zrax/pycdc: C++ python bytecode disassembler and decompiler
C++ python bytecode disassembler and decompiler. Contribute to zrax/pycdc development by creating an account on GitHub.
github.com
python 3.10 가능
cmake .
make
예제 문제
https://github.com/acdwas/ctf/tree/master/2021/Damncon%202021/Fool/Lets_see_yours_skills
GitHub - acdwas/ctf
Contribute to acdwas/ctf development by creating an account on GitHub.
github.com
'analysis TIP' 카테고리의 다른 글
Xamarin/Monodroid(C#, .NET)로 만들어진 APK DLL 추출 (0) | 2021.01.04 |
---|