frida-gum
frida-gum copied to clipboard
bindInteger doesn't work with 64 bit numbers
SqliteDatabase statements prepared with bindInteger won't work with numbers over 32bit. I have to use bindFloat, but float can't represent all 64 bit integers