文件名称:node-elf:Node.js 的可执行和可链接格式 (ELF) 解析器
文件大小:493KB
文件格式:ZIP
更新时间:2024-07-05 00:51:13
JavaScript
节点精灵 该模块为文件提供了一个解析器。 安装 $ npm install sysvelf 用法 加载一个 ELF 文件: elf . load ( '/usr/local/bin/node' , function ( err , file ) { if ( err ) throw err ; console . log ( 'version: ' + file . version ) ; console . log ( 'machine: ' + file . machine ) ; } ) ; 读一段: file . readSegment ( 0x01 , function ( err , buf ) { } ) ; 阅读一节: file . readSection ( '.text' , function ( err , buf ) { } ) ; 例
【文件预览】:
node-elf-master
----lib()
--------constants()
--------elf32.js(7KB)
--------elf64.js(2KB)
--------index.js(2KB)
----.npmignore(125B)
----examples()
--------parse.js(195B)
----.travis.yml(53B)
----LICENSE(1KB)
----test()
--------bootstrap()
--------index.test.js(13KB)
--------data()
----README.md(1KB)
----Makefile(650B)
----.gitignore(59B)
----package.json(840B)