Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Gautier <superbaloo+registrations.github@superbaloo.net>
  • Loading branch information
RaitoBezarius and baloo authored Feb 27, 2023
1 parent 8876109 commit b40d7fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pe/certificate_table.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/// Implements parsing of pe32's Attribute Certificate Table
/// See reference:
/// https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#the-attribute-certificate-table-image-only
/// https://learn.microsoft.com/en-us/windows/win32/api/wintrust/ns-wintrust-win_certificate
use crate::error;
use scroll::Pread;

Expand Down

0 comments on commit b40d7fd

Please sign in to comment.