Skip to content

Commit

Permalink
DEC Alpha disassembly and analysis plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Dec 31, 2023
1 parent 0440ab4 commit 67db79a
Show file tree
Hide file tree
Showing 10 changed files with 588 additions and 1 deletion.
2 changes: 2 additions & 0 deletions librz/analysis/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ analysis_plugins_list = [
'xcore_cs',
]
if capstone_dep.version() == 'next' or capstone_dep.version().split('.')[0].to_int() > 4
analysis_plugins_list += 'alpha_cs'
analysis_plugins_list += 'riscv_cs'
analysis_plugins_list += 'tricore_cs'
endif
Expand Down Expand Up @@ -240,6 +241,7 @@ rz_analysis_sources = [
]

if capstone_dep.version() == 'next' or capstone_dep.version().split('.')[0].to_int() > 4
rz_analysis_sources += 'p/analysis_alpha_cs.c'
rz_analysis_sources += 'p/analysis_riscv_cs.c'
rz_analysis_sources += 'p/analysis_tricore_cs.c'
endif
Expand Down
Loading

0 comments on commit 67db79a

Please sign in to comment.