You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1046,7 +1046,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
1046
1046
1047
1047
-[ruff](https://astral.sh/ruff) — Fast Python linter, written in Rust. 10-100x faster than existing linters. Compatible with Python 3.10. Supports file watcher.
1048
1048
1049
-
-[unimport](https://unimport.hakancelik.dev):warning:— A linter, formatter for finding and removing unused import statements.
1049
+
-[unimport](https://unimport.hakancelik.dev) — A linter, formatter for finding and removing unused import statements.
1050
1050
1051
1051
-[vulture](https://github.com/jendrikseipp/vulture) — Find unused classes, functions and variables in Python code.
1052
1052
@@ -1727,7 +1727,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
1727
1727
1728
1728
-[JEB Decompiler](https://www.pnfsoftware.com/):copyright: — Decompile and debug binary code. Break down and analyze document files. Android Dalvik, MIPS, ARM, Intel x86, Java, WebAssembly & Ethereum Decompilers.
1729
1729
1730
-
-[ktool](https://ktool.cynder.me/en/latest/ktool.html) — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
1730
+
-[ktool](https://ktool.cynder.me/en/latest/ktool.html):warning:— Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
1731
1731
1732
1732
-[Manalyze](https://github.com/JusticeRage/Manalyze):warning: — A static analyzer, which checks portable executables for malicious content.
1733
1733
@@ -2232,7 +2232,7 @@ Kani verifies:
2232
2232
2233
2233
-[kics](https://kics.io/) — Find security vulnerabilities, compliance issues, and infrastructure misconfigurations in your infrastructure-as-code. Supports Terraform, Kubernetes, Docker, AWS CloudFormation and Ansible
2234
2234
2235
-
-[ktool](https://ktool.cynder.me/en/latest/ktool.html) — Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
2235
+
-[ktool](https://ktool.cynder.me/en/latest/ktool.html):warning:— Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.
2236
2236
2237
2237
-[kube-hunter](https://aquasecurity.github.io/kube-hunter/):warning: — Hunt for security weaknesses in Kubernetes clusters.
Copy file name to clipboardExpand all lines: data/api/tools.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10516,7 +10516,7 @@
10516
10516
"plans": null,
10517
10517
"description": "Fully cross-platform toolkit and library for MachO+Obj-C editing/analysis. Includes a cli kit, a curses GUI, ObjC header dumping, and much more.",
10518
10518
"discussion": null,
10519
-
"deprecated": null,
10519
+
"deprecated": true,
10520
10520
"resources": null,
10521
10521
"reviews": null,
10522
10522
"demos": null,
@@ -20651,7 +20651,7 @@
20651
20651
"plans": null,
20652
20652
"description": "A linter, formatter for finding and removing unused import statements.",
0 commit comments