Closed lockbox closed 1 year ago
This adds the enums for all the architectures to the rust bindings so that we can used uc_set_cpu_model. this also exposes the ffi module so that we can set the cpu model
uc_set_cpu_model
ffi
Closes #1821
And addresses concerns (for rust at least) for issue #1777
Sorry for late. I just got on my desktop working.
Thanks for your contribution! It's awesome.
This adds the enums for all the architectures to the rust bindings so that we can used
uc_set_cpu_model
. this also exposes theffi
module so that we can set the cpu modelCloses #1821
And addresses concerns (for rust at least) for issue #1777