Skip to content

Commit 4b27a0e

Browse files
committed
add readwin to readme
1 parent 048d37d commit 4b27a0e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

readme.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ A basic dynamic loader for Linux and Windows.
88

99
## Prerequisites
1010

11-
- docker
11+
All examples use Docker for compatibility, but should work on Linux machines with the necessary packages.
12+
See [Dockerfile](./Dockerfile) for necessary packages.
1213

1314
```sh
1415
git clone https://github.com/Sharpiro/tiny-wine.git
@@ -51,6 +52,18 @@ docker run --rm -v $PWD:/root/tiny_wine tinywine ./winloader ./windynamic.exe
5152
docker run --rm -v $PWD:/root/tiny_wine tinywine ./test.sh
5253
```
5354

55+
## Tools
56+
57+
Miscellaneous tools that assist with debugging dynamic loaders.
58+
59+
### Readwin
60+
61+
Tool for reading the Windows PE format.
62+
63+
```sh
64+
docker run --rm -v $PWD:/root/tiny_wine tinywine ./readwin ./windynamic.exe
65+
```
66+
5467
## Contributing
5568

5669
This repo is currently experimental and thus not taking contributions at this time.

0 commit comments

Comments
 (0)