rizinorg / rizin

UNIX-like reverse engineering framework and command-line toolset.
https://rizin.re
GNU Lesser General Public License v3.0
2.7k stars 361 forks source link

Add debugger tests for Linux ARM64 #3230

Open XVilka opened 1 year ago

XVilka commented 1 year ago

Just like we have for Linux x86_64 in test/db/archos/linux-x64

They should be put in test/db/archos/linux-arm64 (see also test/db/archos/darwin-arm64)

This way we would be able to test them automatically using our Travis CI that has ARM64 worker.

manasghandat commented 1 year ago

To resolve this issue do we need to have an arm machine or normal linux will do the trick?

XVilka commented 1 year ago

@manasghandat you can use QEMU

ret2libc commented 1 year ago

For CI, we already have ARM CI.