
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
A node module to show resources informations of exe and dll files.
var rcinfo = require('rcinfo');
rcinfo(path to an exe or dll file, function (error, info) { ... })
rcinfo('./bin/ShowVer.exe', function (error, info) {
if (!error) {
console.log(info);
}
});
This output info
to the console with the following json string:
{ Signature: 'feef04bd',
StrucVersion: '1.0',
FileVersion: '1.0.0.1',
ProductVersion: '1.0.0.1',
FileFlagsMask: '0x3f',
FileFlags: '0',
FileOS: 'VOS__WINDOWS32',
FileType: 'VFT_APP',
FileDate: '0.0',
LangID: '040904b0',
AuthorName: 'Ted Peck',
Comments: '',
CompanyName: '',
FileDescription: 'ShowVer console app for VersionInfo display',
InternalName: 'ShowVer',
LegalCopyright: 'Copyright © 2002',
LegalTrademarks: '',
OriginalFilename: 'ShowVer.exe',
PrivateBuild: '',
ProductName: 'ShowVer',
SpecialBuild: '',
Translation: '040904b0' }
This module uses the ShowVer.exe command-line VERSIONINFO display program by Ted Peck (c) 2002 available on CodeProject.
FAQs
Node module to show resources informations of exe and dll files
The npm package rcinfo receives a total of 10,884 weekly downloads. As such, rcinfo popularity was classified as popular.
We found that rcinfo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.