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 Apr 29, 2024
1 parent 3aaa1bf commit 905e70b
Show file tree
Hide file tree
Showing 7 changed files with 578 additions and 1 deletion.
2 changes: 2 additions & 0 deletions librz/arch/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ subdir('platforms')
arch_plugins_list = [
'6502',
'8051',
'alpha_cs',
'amd29k',
'arm_as',
'arm_cs',
Expand Down Expand Up @@ -63,6 +64,7 @@ arch_plugins_list = [
arch_plugin_sources = [
'p/arch_6502.c',
'p/arch_8051.c',
'p/arch_alpha.c',
'p/arch_amd29k.c',
'p/arch_arm_as.c',
'p/arch_arm_cs.c',
Expand Down
Loading

0 comments on commit 905e70b

Please sign in to comment.