ldd:编程接口到ldd

时间:2021-05-09 06:38:15
【文件属性】:
文件名称:ldd:编程接口到ldd
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-09 06:38:15
JavaScript dd ldd编程接口 npm install ldd 用法 const ldd = require ( 'ldd' ) // prints the shared libraries used by node ldd ( process . execPath , console . log ) 原料药 ldd(path, callback) 在路径上调用ldd并使用如下所示的数组调用回调 [ { name : 'name of the shared lib' , path : 'path/to/resolved/shared/lib' , address : 'memory-address of shared lib' } , { ... } ] list = ldd.sync(path) 与上述相同,但已同步 执照 麻省理工学院
【文件预览】:
ldd-master
----example.js(68B)
----LICENSE(1KB)
----README.md(521B)
----.gitignore(13B)
----index.js(758B)
----package.json(506B)

网友评论