Vikas Gupta

Results 5 issues of Vikas Gupta

I have added implementation for negs instruction. As per ARM ARM, NEGS is an alias of SUBS instruction. I have copied the CMP instruction, as CMP is also an alias...

Frida Version: 9.0.5 Android: 5.1.1 (32 bit) and 6.0.1 (64 bit) I am trying to perform early hooking for an Android application using _spawn()_ method of Frida. But this crashes...

## ENVIRONMENT ``` OS and Version: MacOS 12.6 Python Version: 3.10.7 MobSF Version: ``` ## EXPLANATION OF THE ISSUE In APK's where `networksecurityconfig` attribute declares a filename like "another_security_config.xml" and...

Hi, I am exploring the code search functionality of this library. While running the script 'api-search-for-function-use.py' I get, `ImportError: cannot import name 'CodeSearch' from 'strongarm.objc' (/opt/homebrew/lib/python3.11/site-packages/strongarm/objc/__init__.py)` And on looking in...