mirror of
https://github.com/httptoolkit/frida-interception-and-unpinning.git
synced 2026-09-23 01:22:13 +02:00
This avoids the potential for bugs (calling the method directly does dynamic lookup based on argument types, which may not match the called method in ambiguous cases, e.g. int vs double are indistinguishable in JS) and improves performance (skipping any dynamic method lookup).