File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ A basic dynamic loader for Linux and Windows.
8
8
9
9
## Prerequisites
10
10
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.
12
13
13
14
``` sh
14
15
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
51
52
docker run --rm -v $PWD :/root/tiny_wine tinywine ./test.sh
52
53
```
53
54
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
+
54
67
## Contributing
55
68
56
69
This repo is currently experimental and thus not taking contributions at this time.
You can’t perform that action at this time.
0 commit comments