-
Updated
Nov 7, 2020 - JavaScript
analysis
Here are 3,339 public repositories matching this topic...
-
Updated
Jul 28, 2020 - Java
-
Updated
Nov 4, 2020 - PHP
-
Updated
Nov 9, 2020 - 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
Nov 9, 2020 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
Jul 2, 2020 - C
-
Updated
Oct 19, 2020 - Python
-
Updated
Nov 8, 2020 - Python
-
Updated
Oct 30, 2020
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
It would be nice to have some documentation on search operators and what are some of the common fields to search on (e.g. data_type, event_identifier, etc.). Also probably want to mention partial word matches requires globbing characters, etc.
-
Updated
Nov 2, 2020 - Go
When generating an HTML report, the default browser will automatically launch and open the newly-created report.
A command-line arg flag should be added to allow users to disable auto-launching the browser and just save the report to disk without opening it.
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Jul 29, 2020 - C++
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Nov 7, 2020 - Go
-
Updated
Jan 21, 2019 - Python
-
Updated
Nov 6, 2020 - JavaScript
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