Skip to content
#

analysis

Here are 4,257 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
mocobeta
mocobeta commented Oct 14, 2018

I have dropped this feature when porting Thinlet UI to JavaFX (later, replaced by Swing.)

Thinlet Lule has "Tools > Export" menu. This wiki describes the feature.
https://github.com/DmitryKey/luke/wiki/Exporting-index-to-xml

I would like to re-think this feature (but cannot take enough time for this now.)
When (re)implementing this feature, file format selection (e.g. export to xml, json o

PySceneDetect
Breakthrough
Breakthrough commented Jan 11, 2021

Currently, the macro $VIDEO_NAME is not calculated correctly when using an image sequence (e.g. img_%04d.jpg) or a URL as an input video, leading to (potentially) malformed output filenames when running other commands that create output files on disk (e.g. list-scenes). This only happens when the user does not override the calculated filename.

Need to detect this case and either error ou

gamesh411
gamesh411 commented May 27, 2020

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

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