Skip to content

Commit

Permalink
chore: README cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jan 16, 2025
1 parent 1989ec9 commit 6337ee0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ To see the available loaders and their scriptions, run `dyana loaders`.

The default loader for machine learning models. It will load any model that is compatible with [AutoModel and AutoTokenizer](https://huggingface.co/transformers/v3.0.2/model_doc/auto.html).

#### Example Usage

```bash
dyana trace --loader automodel --model /path/to/model --input "This is an example sentence."

Expand All @@ -111,8 +109,6 @@ dyana trace --model tohoku-nlp/bert-base-japanese --input "This is an example se

This loader will load an ELF file and run it.

#### Example Usage

```bash
dyana trace --loader elf --elf /path/to/linux_executable

Expand All @@ -127,8 +123,6 @@ dyana trace --loader elf --elf /path/to/linux_executable --allow-network

This loader will load a Pickle serialized file.

#### Example Usage

```bash
dyana trace --loader pickle --pickle /path/to/file.pickle

Expand All @@ -140,8 +134,6 @@ dyana trace --loader pickle --pickle /path/to/file.pickle --allow-network

This loader will load a Python file and run it.

#### Example Usage

```bash
dyana trace --loader python --script /path/to/file.py

Expand All @@ -153,8 +145,6 @@ dyana trace --loader python --script /path/to/file.py --allow-network

This loader will install a Python package via PIP.

#### Example Usage

```bash
dyana trace --loader pip --package requests

Expand All @@ -169,17 +159,13 @@ dyana trace --loader pip --package foobar --extra-dependencies "gcc"

This loader will load a Javascript file and run it via NodeJS.

#### Example Usage

```bash
dyana trace --loader js --script /path/to/file.js

# networking is disabled by default, if you need to allow it, you can pass the --allow-network flag:
dyana trace --loader js --script /path/to/file.js --allow-network
```

<img alt="js" src="https://github.com/dreadnode/dyana/blob/main/examples/js-hello-on-macos.png?raw=true"/>

## License

Dyana is released under the [MIT license](LICENSE). Tracee is released under the [Apache 2.0 license](third_party_licenses/APACHE2.md).

0 comments on commit 6337ee0

Please sign in to comment.