Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suhacker1 authored Dec 21, 2023
1 parent bc2cd59 commit 5821ac9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ Fickling is a decompiler, static analyzer, and bytecode rewriter for Python
You can use fickling to detect, analyze, reverse engineer, or even create
malicious pickle or pickle-based files, including PyTorch files.

[Key Features]() | [Background]() | [Installation]() | [Usage]()
([CLI](), [Python API](), [Detection](), [PyTorch Polyglots]()) | [Getting Help]() | [License]()
[Key Features](#key-features) |
[Background](https://github.com/trailofbits/fickling?tab=readme-ov-file#background) |
[Installation](https://github.com/trailofbits/fickling?tab=readme-ov-file#installation) |
[Usage](https://github.com/trailofbits/fickling?tab=readme-ov-file#usage)
([CLI](https://github.com/trailofbits/fickling?tab=readme-ov-file#cli),
[Python API](https://github.com/trailofbits/fickling?tab=readme-ov-file#python-api), [Detection](), [PyTorch Polyglots]()) |

Check failure on line 17 in README.md

View workflow job for this annotation

GitHub Actions / lint-markdown / lint

Line length [Expected: 100; Actual: 124]

README.md:17:101 MD013/line-length Line length [Expected: 100; Actual: 124]

Check failure on line 17 in README.md

View workflow job for this annotation

GitHub Actions / lint-markdown / lint

No empty links [Context: "[Detection]()"]

README.md:17:86 MD042/no-empty-links No empty links [Context: "[Detection]()"]

Check failure on line 17 in README.md

View workflow job for this annotation

GitHub Actions / lint-markdown / lint

No empty links [Context: "[PyTorch Polyglots]()"]

README.md:17:101 MD042/no-empty-links No empty links [Context: "[PyTorch Polyglots]()"]
[Getting Help]() |

Check failure on line 18 in README.md

View workflow job for this annotation

GitHub Actions / lint-markdown / lint

No empty links [Context: "[Getting Help]()"]

README.md:18:1 MD042/no-empty-links No empty links [Context: "[Getting Help]()"]
[License](https://github.com/trailofbits/fickling?tab=readme-ov-file#license)

## Key Features

Expand Down

0 comments on commit 5821ac9

Please sign in to comment.