-
Updated
Apr 10, 2022 - Rust
{{ message }}
API, CLI, and Web App for analyzing and finding a person's profile in +1000 social media \ websites
Graph theory (network) library for visualisation and analysis
Android and Java bytecode viewer
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
The rule description should have links in it's descriptions to give some "bibliography". Those links should be clickable in the documentation.
ObjectLiteralToLambda Right now they are not.
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Qiling Advanced Binary Emulation Framework
Web Application Security Scanner Framework
BinNavi is a binary analysis IDE that allows to inspect, navigate, edit and annotate control flow graphs and call graphs of disassembled code.
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
a library for audio and music analysis
AFINN-based sentiment analysis for Node.js.
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
Uploading a foobar.txt file that has CSV content would still get uploaded and errored out on the backend side, even if the Client JS should error out already.
Request Method: POST
Status Code: 500
RITA does not store information on how long an import took or how much data was processed in an import.
This ticket is to implement, at a minimum, those metrics mentioned above into the RITA logging.
Kubernetes object analysis with recommendations for improved reliability and security
Description of Problem & Solution
Right now using templates in bash requires escaping the dollar signs. Investigate using a style similar to Python instead to help with this, e.g.:
scenedetect [...] split-video -f {VIDEO_NAME}-Scene-{SCENE_NUMBER}.mp4
Proposed Implementation:
Allow both dollar signed template $VARIABLES as well as braced {VARIABLES} to mean the same thing.
A framework for secure and scalable network traffic analysis - https://netcap.io
The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental
Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.
To associate your repository with the analysis topic, visit your repo's landing page and select "manage topics."
#1750 shows a way to debloat an object by extracting its encoding / decoding logic into a serializer class.
In this case, the
knowledge_plugins.functions.Functionmoved itsserializeandparse_from_cmgmethods.There are several places along the
angrcodebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py