2022년 5월 2일 월요일

java decompile

 

wget http://www.benf.org/other/cfr/cfr_0_115.jar
 
java -jar cfr_0_115.jar javaclasstodecompiles.class > javaclasstodecompiles.java 

[python] subprocess

proc.py import asyncio from argparse import ArgumentParser from asyncio import sleep async def process_function(user, file_path):     if use...