Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow code buffer reuse #3

Open
turuslan opened this issue Nov 30, 2018 · 0 comments
Open

Allow code buffer reuse #3

turuslan opened this issue Nov 30, 2018 · 0 comments

Comments

@turuslan
Copy link

Thank you for this library.

Decoding instructions at some offset in buffer is good feature.
Current decoder implementation accepts code buffer and converts it using create_string_buffer.
Usually encoding happens at random offsets so each decode call introduces overhead of allocating and copying buffer (20MB of code in my case).

It would be nice to allow passing ctypes buffer to Decoder.decode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant