Functions to verify if a function/method is viper, asm_thumb or native? #10936
Unanswered
cve2022
asked this question in
Libraries & Drivers
Replies: 1 comment 10 replies
-
Why would you want to know this? It's a generic function object and it can be called, that's usually all that is needed in C? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question is basically in the title.
Say I pass a callback to be processed at the C level, how can I identify if the object is callable and a Viper, native or asm_thumb function (IOW, not using bytecodes)?
Beta Was this translation helpful? Give feedback.
All reactions