We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba733c4 commit 0c58b96Copy full SHA for 0c58b96
src/printer.rs
@@ -25,7 +25,6 @@ fn print_header_32(header: &MachHeader32, table: &mut Table) {
25
table.add_row(row![ Fcc->"ncmds", Fyc->format!("0x{:x}", header.ncmds), c->"-"]);
26
table.add_row(row![ Fcc->"sizeofcmds", Fyc->format!("0x{:x}", header.sizeofcmds), c->"-"]);
27
print_header_flags(header.flags, table);
28
- table.add_row(row![c=>"***", "***", "***"]);
29
}
30
31
fn print_header_64(header: &MachHeader64, table: &mut Table) {
0 commit comments