-
Updated
Aug 22, 2021 - JavaScript
analysis
Here are 4,286 public repositories matching this topic...
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Dec 11, 2020 - Java
-
Updated
Aug 22, 2021 - PHP
-
Updated
Aug 21, 2021 - Kotlin
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Oct 23, 2020 - Java
-
Updated
Aug 16, 2021 - JavaScript
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
Aug 22, 2021 - Python
-
Updated
May 18, 2020 - JavaScript
-
Updated
Jul 6, 2021 - Python
-
Updated
Jul 27, 2021 - C
-
Updated
Aug 21, 2021 - Python
-
Updated
Jul 27, 2021
It would be convenient if deploy_timesketch.sh
also started the containers at the end of the run.
The IDS formerly known as Bro IDS has been known as Zeek for a while now. In general, additions added to RITA after this rename have used Zeek
while additions added in before the rename used Bro
. Now, we have areas of the code where we refer to Bro and Zeek interchangeably. This could lead to confusion if someone was not aware of the name change.
As such, we should replace all of the old re
-
Updated
Aug 22, 2021 - Go
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
I asked myself if it's possible to add variables like the beginning and ending timestamp of the current clip besides of the current scene number. To save it in the filename in order to sort and organize the scenes better.
A variable like the current scene number is already available and I think it shouldn't be that diffcult. I mean in the Excel table are already these variables saved and they can
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
-
Updated
Aug 20, 2021 - Go
-
Updated
Nov 13, 2020 - C++
-
Updated
Aug 18, 2021 - Python
Improve this page
Add a description, image, and links to the analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
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.Function
moved itsserialize
andparse_from_cmg
methods.There are several places along the
angr
codebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py