diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-01-17 22:31:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-04-05 23:00:11 (GMT) |
commit | e35215675101a4a5b59fe080fcb6b2609daa6cd3 (patch) | |
tree | 60dddfb275fe80e79a16fc65811b49229e2d962f | |
parent | 636289c5397a81772a994fc5272d1fc0700a8026 (diff) |
Moved PE code with its history.
-rw-r--r-- | plugins/pe/Makefile.am (renamed from src/format/pe/Makefile.am) | 0 | ||||
-rw-r--r-- | plugins/pe/format.c (renamed from src/format/pe/pe.c) | 0 | ||||
-rw-r--r-- | plugins/pe/format.h (renamed from src/format/pe/pe.h) | 0 | ||||
-rw-r--r-- | plugins/pe/pe-int.c (renamed from src/format/pe/pe-int.c) | 0 | ||||
-rw-r--r-- | plugins/pe/pe-int.h (renamed from src/format/pe/pe-int.h) | 0 | ||||
-rw-r--r-- | plugins/pe/pe_def.h (renamed from src/format/pe/pe_def.h) | 0 | ||||
-rw-r--r-- | plugins/pe/section.c (renamed from src/format/pe/section.c) | 0 | ||||
-rw-r--r-- | plugins/pe/section.h (renamed from src/format/pe/section.h) | 0 | ||||
-rw-r--r-- | plugins/pe/symbols.c (renamed from src/format/pe/symbols.c) | 0 | ||||
-rw-r--r-- | plugins/pe/symbols.h (renamed from src/format/pe/symbols.h) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/src/format/pe/Makefile.am b/plugins/pe/Makefile.am index 00050a5..00050a5 100644 --- a/src/format/pe/Makefile.am +++ b/plugins/pe/Makefile.am diff --git a/src/format/pe/pe.c b/plugins/pe/format.c index 8533d25..8533d25 100644 --- a/src/format/pe/pe.c +++ b/plugins/pe/format.c diff --git a/src/format/pe/pe.h b/plugins/pe/format.h index f757d26..f757d26 100644 --- a/src/format/pe/pe.h +++ b/plugins/pe/format.h diff --git a/src/format/pe/pe-int.c b/plugins/pe/pe-int.c index 0ce1577..0ce1577 100644 --- a/src/format/pe/pe-int.c +++ b/plugins/pe/pe-int.c diff --git a/src/format/pe/pe-int.h b/plugins/pe/pe-int.h index 14a6007..14a6007 100644 --- a/src/format/pe/pe-int.h +++ b/plugins/pe/pe-int.h diff --git a/src/format/pe/pe_def.h b/plugins/pe/pe_def.h index 62d8afc..62d8afc 100644 --- a/src/format/pe/pe_def.h +++ b/plugins/pe/pe_def.h diff --git a/src/format/pe/section.c b/plugins/pe/section.c index f4cdaf3..f4cdaf3 100644 --- a/src/format/pe/section.c +++ b/plugins/pe/section.c diff --git a/src/format/pe/section.h b/plugins/pe/section.h index e7c399b..e7c399b 100644 --- a/src/format/pe/section.h +++ b/plugins/pe/section.h diff --git a/src/format/pe/symbols.c b/plugins/pe/symbols.c index 30e43b5..30e43b5 100644 --- a/src/format/pe/symbols.c +++ b/plugins/pe/symbols.c diff --git a/src/format/pe/symbols.h b/plugins/pe/symbols.h index 7581152..7581152 100644 --- a/src/format/pe/symbols.h +++ b/plugins/pe/symbols.h |