circleous
circleous
PycURL 7.43.0.4 contains a fix for Python >= 3.8 related to a deprecation warning. In python 3.10, this became unusable with error thrown. - SystemError: PY_SSIZE_T_CLEAN macro must be defined...
I'd like to know an example rule for Hooking Constructor. If possible, something like this https://github.com/rednaga/DexHook/blob/master/app/src/main/java/asia/malware/dexhook/DexHook.java#L48-L80
So, i just happened to see this APK on Koodous some days ago. I havent got the time for inspecting this further, but the class name has something with `vdog`....
Feature Request: SQLClient.create_all check for existing table first with CREATE TABLE IF NOT EXISTS
When using a wsgi worker (e.g. gunicorn), all worker started almost immediately. This create a somewhat racy condition where library thinks that the table is not exists but it's actually...
# Summary `weasyprint` only used for PDF rendering, but this bloats the tool dependencies (Glib and Pango native library requirement). The motivation is to bring down the docker image size...