Log In
tulips
/
perk
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
9e2275
library api: _hexdump_ (header and section pretty printing) namespace overhaul.
Authored and Committed by
midipix
a week ago
raw
patch
tree
parent
14 files changed.
47 lines added
.
47 lines removed
.
include/perk/perk.h
file modified
+7
-7
project/common.mk
file modified
+8
-8
project/headers.mk
file modified
+1
-1
project/tree.mk
file modified
+1
-1
src/cmds/pe_cmd_perk.c
file modified
+7
-7
src/hexdump/pe_hexdump_coff_image_hdr.c
src/hdrdump/pe_hdrdump_coff_image_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_coff_object_hdr.c
src/hdrdump/pe_hdrdump_coff_object_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_coff_opt_hdr.c
src/hdrdump/pe_hdrdump_coff_opt_hdr.c
file renamed
+6
-6
src/hexdump/pe_hexdump_export_hdr.c
src/hdrdump/pe_hdrdump_export_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_image_dos_hdr.c
src/hdrdump/pe_hdrdump_image_dos_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_import_tbl.c
src/hdrdump/pe_hdrdump_import_tbl.c
file renamed
+4
-4
src/hexdump/pe_hexdump_sec_tbl.c
src/hdrdump/pe_hdrdump_sec_tbl.c
file renamed
+4
-4
src/internal/perk_hexdump_impl.c
src/internal/perk_hdrdump_impl.c
file renamed
+1
-1
src/internal/perk_hexdump_impl.h
src/internal/perk_hdrdump_impl.h
file renamed
+0
-0
library api: _hexdump_ (header and section pretty printing) namespace overhaul.
include/perk/perk.h
file modified
+7
-7
project/common.mk
file modified
+8
-8
project/headers.mk
file modified
+1
-1
project/tree.mk
file modified
+1
-1
src/cmds/pe_cmd_perk.c
file modified
+7
-7
src/hexdump/pe_hexdump_coff_image_hdr.c
src/hdrdump/pe_hdrdump_coff_image_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_coff_object_hdr.c
src/hdrdump/pe_hdrdump_coff_object_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_coff_opt_hdr.c
src/hdrdump/pe_hdrdump_coff_opt_hdr.c
file renamed
+6
-6
src/hexdump/pe_hexdump_export_hdr.c
src/hdrdump/pe_hdrdump_export_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_image_dos_hdr.c
src/hdrdump/pe_hdrdump_image_dos_hdr.c
file renamed
+2
-2
src/hexdump/pe_hexdump_import_tbl.c
src/hdrdump/pe_hdrdump_import_tbl.c
file renamed
+4
-4
src/hexdump/pe_hexdump_sec_tbl.c
src/hdrdump/pe_hdrdump_sec_tbl.c
file renamed
+4
-4
src/internal/perk_hexdump_impl.c
src/internal/perk_hdrdump_impl.c
file renamed
+1
-1
src/internal/perk_hexdump_impl.h
src/internal/perk_hdrdump_impl.h
file renamed
file was renamed with no change to the file