-
Updated
Apr 30, 2021 - JavaScript
analysis
Here are 3,929 public repositories matching this topic...
-
Updated
Dec 11, 2020 - Java
-
Updated
Apr 29, 2021 - PHP
-
Updated
May 5, 2021 - Kotlin
-
Updated
Jan 28, 2020 - Ruby
-
Updated
Oct 23, 2020 - Java
when browsing, i should be able to perf-check right from the browser and results should be siphoned back to the extension.
-
Updated
May 3, 2021 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
May 5, 2021 - Python
-
Updated
Apr 13, 2021 - C
-
Updated
Mar 11, 2021 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
May 5, 2021
Currently the import client and the backend check for .plaso in the filename to verify it is a plaso file. This is not perfect from user perspective as well as error safe.
Instead the import should check on actual content in the file based on the .plaso format.
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
-
Updated
Apr 30, 2021 - Go
Add Date/Time Stamp
Would it be possible to add a date/time stamp of when the HTML report was ran to the navigation bar on the top of the index.html file? Maybe next to User Agents on the far right or something. There's been a few times where we review the data and didn't realize that a new report failed to generate.
Currently, PySceneDetect uses the root logger with a basic configuration. It should be replaced with an explicitly named logger instead to avoid conflicts with other projects using scenedetect as a dependency.
Furthermore, some objects/functions take explicit logger objects as an argument. Modify them to use the named logger instead.
Lastly, ensure that when the package is imported, the
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
May 4, 2021 - Go
-
Updated
Nov 13, 2020 - C++
-
Updated
Apr 28, 2021 - Python
-
Updated
Jan 21, 2019 - 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.Functionmoved itsserializeandparse_from_cmgmethods.There are several places along the
angrcodebase where this pattern could be applied:angr/knowledge_plugins/cfg/cfg_model.py