没有合适的资源?快使用搜索试试~ 我知道了~
node-elf:Node.js 的可执行和可链接格式 (ELF) 解析器
共23个文件
js:11个
lua52:4个
elf:1个
需积分: 10 0 下载量 8 浏览量
2021-06-15
07:04:33
上传
评论
收藏 493KB ZIP 举报
温馨提示
节点精灵 该模块为文件提供了一个解析器。 安装 $ 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.zip (23个子文件)
node-elf-master
lib
constants
capacity.js 222B
machine.js 1KB
encoding.js 240B
type.js 259B
version.js 197B
elf32.js 7KB
elf64.js 2KB
index.js 2KB
.npmignore 125B
examples
parse.js 195B
.travis.yml 53B
LICENSE 1KB
test
bootstrap
node.js 58B
index.test.js 13KB
data
lua-5.2.1_SunOS510x86_bin
lua52 162KB
lua-5.2.1_Linux26_bin
lua52 157KB
sifteo-cubes
membrane.elf 481KB
lua-5.2.1_Linux26_64_bin
lua52 211KB
lua-5.2.1_SunOS510_bin
lua52 178KB
README.md 1KB
Makefile 650B
.gitignore 59B
package.json 840B
共 23 条
- 1
资源评论
崔迪潇
- 粉丝: 45
- 资源: 4671
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功