Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 19, 2024
1 parent 9f8b792 commit 5ee701e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions level07/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Login
```

First thought:
- options: (not running it, just to see what it _prints_)
- not running it, just to see what it does
- `file` - `strings` - `xxd` - `readelf` - `objdump`

```b
> file level07
Expand All @@ -23,8 +24,8 @@ First thought:
```

Using `readelf -p .rodata` and `ltrace`
- `-p` : `string-dump` displays contents of a section as printable str
- `.rodata` : `read-only data` section = what we want to see
- `-p` : `printable-string-dump` displays contents of a section
- `.rodata` : `read-only data` section = what we want to see

```b
> readelf -p .rodata ./level07
Expand Down

0 comments on commit 5ee701e

Please sign in to comment.