Skip to content

Commit 176c071

Browse files
authored
Add amiga hunk format support (#5911)
1 parent 2718026 commit 176c071

File tree

4 files changed

+945
-1
lines changed

4 files changed

+945
-1
lines changed

librz/bin/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ bin_plugins_list = [
1515
'elf',
1616
'elf64',
1717
'gns1',
18+
'hunk',
1819
'java',
1920
'le',
2021
'luac',
@@ -114,6 +115,7 @@ rz_bin_sources = [
114115
'p/bin_elf.c',
115116
'p/bin_elf64.c',
116117
'p/bin_gns1.c',
118+
'p/bin_hunk.c',
117119
'p/bin_java.c',
118120
'p/bin_le.c',
119121
'p/bin_luac.c',

0 commit comments

Comments
 (0)