-
Notifications
You must be signed in to change notification settings - Fork 163
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
Support for 32-bit architectures. #43
Comments
Requires a lot of changes but is in the plans sometime in the future. |
there is still hope for 32 bit [*] Error: Assertion failure, mem_base.is_register() && mem_base.bit_count() ==
|
It isn't really about compiling it for x86 but about handling 32-bit architectures, currently everything is hardcoded for 64-bit native integers which we'll have to change but of course that's doable as well. |
I started looking into your project today. It is going to be quite the mess with adding 32-bit architectures but looks doable. From what I see, we just need to "redo" VTIL-Common's Math and double-check and adjust the support usage within VTIL-SymEx. I've been slowly transitioning some 64-bit features to support 32-bit today. I'll clean more up as I find the time to do so. |
Is this addressed by #56 ? |
Is it possible to add support for x32_86 architecture?
The text was updated successfully, but these errors were encountered: