We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To become compatible with LGPL and other licenses, allowing Rizin library to be used anywhere.
librz/asm/arch/sh/gnu
librz/asm/arch/tricore/gnu
librz/asm/arch/nios/gnu
librz/asm/arch/sparc/gnu
librz/asm/arch/arc/gnu
librz/asm/arch/lanai/gnu
librz/asm/arch/xtensa/gnu
librz/asm/arch/cris/gnu
librz/asm/arch/hppa/gnu
librz/asm/arch/vax/
The text was updated successfully, but these errors were encountered:
XVilka
imbillow
Rot127
DMaroo
No branches or pull requests
To become compatible with LGPL and other licenses, allowing Rizin library to be used anywhere.
Disassemblers
librz/asm/arch/sh/gnu
by @DMaroo, see [RzIL] IL lifting of SuperH ISA #2518librz/asm/arch/tricore/gnu
by @imbillow, see Capstone@next TriCore #3463librz/asm/arch/nios/gnu
- could be done with capstone auto-sync and this unofficial LLVM port: https://github.com/ivanllopard/nios2-llvm/tree/master/lib/Target/Nios2librz/asm/arch/sparc/gnu
by @Rot127 and @DMaroo to be targeted by capstone llvm-synclibrz/asm/arch/arc/gnu
to be targeted by capstone llvm-synclibrz/asm/arch/lanai/gnu
to be targeted by capstone llvm-sync (see also https://q3k.org/lanai.html)librz/asm/arch/xtensa/gnu
by @imbillow Add Xtensa arch support #4654librz/asm/arch/cris/gnu
librz/asm/arch/hppa/gnu
- by @XVilka (HP PA-RISC: Migrate to Capstone and add basic analysis #4469)librz/asm/arch/vax/
- by @XVilka (rewrite it from scratch)The text was updated successfully, but these errors were encountered: