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

Add big numbers (and/or bitvectors) in rz-ax #3331

Open
XVilka opened this issue Jan 31, 2023 · 3 comments
Open

Add big numbers (and/or bitvectors) in rz-ax #3331

XVilka opened this issue Jan 31, 2023 · 3 comments

Comments

@XVilka
Copy link
Member

XVilka commented Jan 31, 2023

Blocked by #3455

Support numbers bigger than 64 bit ones

ℤ rz-ax =10 b11111111111111111111111111111111111111111111111
-1
ℤ rz-ax =16 b11111111111111111111111111111111111111111111111
0xffffffffffffffff
ℤ rz-ax =16 b11111111111111111111111111111111111111111111111111111111111111111111111111
0xffffffffffffffff

RzUtil has big numbers and bitvectors support, extending rz-ax and exposing them would be beneficial for bit arithmetics on int128_t types, for example.

@do-min-o
Copy link
Contributor

Hi, I want to contribute to rizin this is my first time, should i work on this issue? if anything easy than this available then please tell me about it.

@do-min-o
Copy link
Contributor

Can anyone please tell should i work on this issue or their is anything easier than this.

@XVilka XVilka removed the good first issue Good for newcomers label Jul 17, 2023
@XVilka XVilka added this to the 0.7.0 milestone Jul 20, 2023
@XVilka XVilka modified the milestones: 0.7.0, 0.8.0 Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants