Skip to content

Commit e6376e1

Browse files
authored
Add tbyb info to output if not bought (#222)
1 parent 8be60e9 commit e6376e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,6 +3120,10 @@ void info_guts(memory_access &raw_access, void *con) {
31203120
} else if (image_def->image_type() == type_data) {
31213121
info_pair("image type", "data");
31223122
}
3123+
3124+
if (image_def->tbyb()) {
3125+
info_pair("tbyb", "not bought");
3126+
}
31233127
}
31243128

31253129
// Partition Table

0 commit comments

Comments
 (0)