How to access the address of an object implementing the __buffer__ interface #11229
Replies: 2 comments 1 reply
-
Did you try |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks great thanks!! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I would love to have access to the address of an array/bytesarray. without having to enter viper. This would be super useful to quickly write/read something using the
mem32
array and reinterpret bytes -> ints etc...Any easy way to do that ?
So far this is the "easieast" way I managed to do it but it's not super clean:
Beta Was this translation helpful? Give feedback.
All reactions