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

riscv does not work for me #16

Open
reimuser opened this issue Aug 13, 2019 · 5 comments
Open

riscv does not work for me #16

reimuser opened this issue Aug 13, 2019 · 5 comments

Comments

@reimuser
Copy link

I have a problem with riscv binaries.
In the main.c I added riscv to the architecture selection. In riscv-gen.c the line 42 acc is always = 0. Therefore, in line 57 the if clause is always wrong.
So there is no output. Have I forgotten anything else?
Unfortunately it does not work for me.

@acama
Copy link
Owner

acama commented Aug 13, 2019

It seems like you are probably testing against riscv 64 bit. Currently the code only works with 32-bit riscv, I will make sure to fix that.

@reimuser
Copy link
Author

reimuser commented Aug 13, 2019

Okay. Thank you very much :)

@dbayoxy
Copy link

dbayoxy commented Jan 29, 2020

Hi, the 'make' was not successful on my ARM, however, I want to add support for Xtensa, could you give a little guidance, especially with the file to modify?

@Lucas-Grgrt
Copy link

Hi! Is xrop ok for compressed instructions? (rv32imac & rv64imac)
I tried it on rv32ima and it works, but on rv32imac it doesn't find any gadget on the binary.
Have a good day!

@acama
Copy link
Owner

acama commented Jul 7, 2021 via email

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

4 participants