How to find all parameters contain System.Byte[]? #86
Replies: 3 comments
-
Hi, I don't really get what you are trying to achieve. Could you give further details? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to find all parameters that contains System.Byte[] (byte array). How can I achieved that, using Il2cpp.Array doesn't seem to do the job. How to create a System.Byte[] as parameter. |
Beta Was this translation helpful? Give feedback.
-
You can dump the classes first (https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki/Snippets#dumping), then look for |
Beta Was this translation helpful? Give feedback.
-
Hi,
How to find parameters contain System.Byte[] (byte array)?
Beta Was this translation helpful? Give feedback.
All reactions