Skip to content
#

analysis

Here are 2,439 public repositories matching this topic...

Pamplemousse
Pamplemousse commented Nov 7, 2019

#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.Function moved its serialize and parse_from_cmg methods.

There are several places along the angr codebase where this pattern could be applied:

  • angr/knowledge_plugins/cfg/cfg_model.py
  • `angr/knowledge_plugins/cfg/cfg
streamalert
jack1902
jack1902 commented Feb 13, 2020

Background

Having added some streamalert-cli commands, the documentation on the command line via -h and ReadTheDocs varies and is laborious to maintain.

Description

A fantastic tool, to reduce this headache is sphinx-argparse. In short, it adds the ability to take an argparse parser and create documentation from the descriptions and everything else in the parser. A live e

socalledsound
socalledsound commented Jun 5, 2018

When I run the swift example code from the documentation I get an error on line 7

let b = new_aubio_source(path, 0, hop_size) Cannot convert value of type 'URL?' to expected argument type 'UnsafeMutablePointer<char_t>!' (aka 'ImplicitlyUnwrappedOptional<UnsafeMutablePointer>')

I've been trying to figure out how to get the right data type in there but haven't had success yet.

ethack
ethack commented Dec 20, 2019

Besides incoming blacklisted connections, external to internal traffic isn't super useful in any of our analysis modules. And incoming blacklisted connections is of questionable usefulness as well since the things that normally scan everything on the internet will also normally end up on blacklists. We're not trying to detect someone attacking coming in. We're trying to detect already compromised

csordasmarton
csordasmarton commented Mar 5, 2020

Improve the help message of the report-converter tool with the following:

Currently supported output types are:
ubsan - UndefinedBehaviorSanitizer, https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
tsan - ThreadSanitizer, https://clang.llvm.org/docs/ThreadSanitizer.html
infer - Facebook infer, https://fbinfer.com/
asan - AddressSanitizer, https://clang.llvm.org/docs/Addre
dynamite-ready
dynamite-ready commented Sep 11, 2019

Bug/Issue Description:
Calls to scenedetect.video_splitter.split_video_mkvmerge end with a ERROR:root:Error splitting video (mkvmerge returned 2).

Required Information:
Provide the following information to assist with reporting the bug:

  1. Provide a full copy of the command line options you are using, for example:

Example Python API call:
`scenedetect.video_splitter.split_vid

ChrisCooney
ChrisCooney commented Sep 19, 2019

It would be good if Kube Score could be ran against resources that are already deployed on the cluster. This could be as simple as exporting the resource into local yaml an executing kube score against it, but this would open the door for kube score being ran regularly against an existing cluster.

Improve this page

Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the analysis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.