文件名称:portable-executable
文件大小:307KB
文件格式:ZIP
更新时间:2024-06-03 15:52:32
HTML
便携式可执行 解析可移植可执行文件 例子 解析可移植的可执行文件并转储到json。 var fs = require ( 'fs' ) var PE = require ( 'portable-executable' ) var pe = PE . PortableExecutable ( fs . readFileSync ( YOUR_FILE_EXE ) ) console . log ( JSON . stringify ( pe ) ) 可移植可执行文件是一种有趣的复杂格式。 示例输出可能类似于: {"magicNumber":{ "type":"Buffer","data":[77,90]}, "bytesOnLastPageOfFile":144,"pagesInFile":3, "relocations":0,"sizeOfHeaderInParagra
【文件预览】:
portable-executable-master
----index.js(3KB)
----headers.js(5KB)
----docs()
--------PECOFF.pdf(288KB)
----package.json(552B)
----data()
--------HELLO2.OBJ(1KB)
--------HELLO2.OBJ.hexdump(6KB)
----LICENSE(1KB)
----bin.js(74B)
----strings.js(421B)
----tables()
--------comdat-sections.txt(1KB)
--------special-sections.txt(1KB)
--------auxiliary-format-files.txt(149B)
--------edata-section.txt(1KB)
--------section-number-values.txt(572B)
--------COFF-relocations.txt(782B)
--------optional-header-standard-fields.txt(1KB)
--------tls-directory.txt(1KB)
--------attribute-certificate-table.txt(329B)
--------hint-name-table.txt(550B)
--------characteristics.txt(2KB)
--------windowsNT-subsystem.txt(760B)
--------import-type.txt(187B)
--------delay-load-directory-table.txt(1KB)
--------storage-class.txt(3KB)
--------pdata-section-arm-powerpc-sh3-sh4.txt(445B)
--------section-flags.txt(4KB)
--------resource-data-entry.txt(382B)
--------type-indicators()
--------coff-symbol-table.txt(1009B)
--------symbol-name-representation.txt(286B)
--------pdata-section-alpha64.txt(414B)
--------type-represention-lsb.txt(1016B)
--------coff-line-numbers.txt(747B)
--------section-table.txt(2KB)
--------debug-directory.txt(727B)
--------resource-directory-table.txt(661B)
--------type-represention-msb.txt(274B)
--------pdata-section-mips-alpha.txt(412B)
--------first-linker-member.txt(837B)
--------optional-header-data-directories.txt(1KB)
--------dll-characteristics.txt(358B)
--------import-directory-table.txt(753B)
--------import-name-type.txt(637B)
--------optional-header.txt(528B)
--------auxiliary-format-bf-ef.txt(398B)
--------auxiliary-format-section-definitions.txt(678B)
--------import-lookup-table.txt(515B)
--------auxiliary-format-weak-externals.txt(465B)
--------import-header.txt(817B)
--------machine-types.txt(833B)
--------export-directory-table.txt(1KB)
--------debug-type.txt(801B)
--------resource-directory-entries.txt(431B)
--------fixup-types.txt(2KB)
--------optional-header-windowsNT-specific-fields.txt(3KB)
--------second-linker-member.txt(1KB)
--------optional-header-magic-number.txt(49B)
--------export-address-table.txt(411B)
--------resource-directory-string.txt(181B)
--------auxiliary-format-function-definitions.txt(719B)
----.npmignore(46B)
----.gitignore(42B)
----note.md(5KB)
----README.md(5KB)
----spec.html(67KB)