misc
misc copied to clipboard
Frida for python - ctypes?
Hi, Thanks for this amazing tool. I'm loading a lib.so (c++ compiled) file directly into python with ctypes. I want to analyze this .so file functionality within the python itself. The tutorials I found with frida are mostly for android. Any guidance to analyze these .so fies that loaded in python-ctypes with frida instead of java? Thanks for the help!