Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/ARM-software/CMSIS-View/tools/eventlist
This utility is a command line tool for processing Event Recorder records stored to a log file.
Usage:
eventlist [-I <scvdFile>]... [-o <outputFile>] [-a <elf/axfFile>] [-b] <logFile>
Flags:
-a <fileName> elf/axf file name
-b --begin show statistic at beginning
-f <txt/xml/json> output format, default: txt
-h --help show short help
-I <fileName> include SCVD file name
-o <fileName> output file name
-s --statistic show statistic only
-V --version show version info
This section contains a complete guide to get you the project build on your local machine for development and testing purposes.
The following applications are required to be installed on your machine to allow eventlist utility to be built and run.
Note that some of the required tools are platform dependent:
Windows:
☑️ Note:
Make sure 'git' and 'bash' paths are listed under the PATH environment
variable and set the git bash priority higher in the path.
Linux/MacOS:
Clone GitHub repository to create a local copy on your computer to make it easier to develop and test. Cloning of the repository can be done by following the below git command:
git clone git@github.com:ARM-software/CMSIS-View.git
The steps below demonstrate how to build and create an executable:
build
directory
./make.sh build
: Build and generate executable for host OS & architecture in current directory.
./make.sh build -arch <ARCH> -os <OS> -outdir <OUT directory>
: Build and generate executable for provided configs.
for e.g.
./make.sh build -arch amd64 -os darwin -outdir "Path/to/output/dir"
One can directly run the tests from the command line.
./make.sh test
: Run all tests.
./make.sh test <PACKAGE>
: Run test related to the specified package.
for e.g.
./make.sh test eventlist/pkg/event
Users can get coverage and generate code coverage report in HTML format
cd <root>/tools/eventlist
./make.sh coverage
: Run tests and show coverage info.\
./make.sh coverage -html <FILE path>
: Run tests with coverage info and generate specified HTML coverage report.\
for e.g.
./make.sh coverage -html cov/coverage.html
☑️ Note:
for more usable commands, Use `./make.sh -h`.
eventlist is licensed under Apache 2.0.
The log file is expected to use the Common Trace Format. The binary trace stream layout is describes using the Trace Stream Description Language (TSDL) in eventlist.tsdl.
FAQs
Unknown package
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.