AYiXi
AYiXi
文章已迁移了
Hello rmax, I am an one-year experienced crawler engineer in Beijing, China, I have used your framework `scrapy-redis` for a long time, How could I do for this projects? The...
> @AYiXi basically: > > * going through PRs and see if they makes sense > * approving them, merging them > * cleaning code and preparing releases OK, I...
新版本不闪退了吗
> Great suggestion! This totally should be do-able, let me look into it. I'll try to start another revision of this in the next few weeks. aaaaaa, please solve it........
in `/Users/ayixi/Library/Python/3.8/lib/python/site-packages/frida/core.py@get_process` ```python def get_process(self, process_name): process_name_lc = process_name.lower() matching = [process for process in self._impl.enumerate_processes() if fnmatch.fnmatchcase(process.name.lower(), process_name_lc)] if len(matching) == 1: return matching[0] elif len(matching) > 1: raise...
https://github.com/sensepost/objection/issues/273#issuecomment-1174823938
> @AYiXi > I'm also getting this error while switching from `frida 14.x` to `frida 15.x / 16.x`. Need Help. > > ``` > frida --device 241ca882 com.an.biometric.sample -l "fingerprint-bypass.js"...
> edit source code, print(`all package name`), and check it can you use python?