Skip to content

Commit 3730ac1

Browse files
committed
Adding automatic releases via travis
1 parent 901f2a2 commit 3730ac1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ To run this example, you can use the following command:
7070
walker -f example.bin -s example.json -o example_output.txt
7171
```
7272

73+
## Releases
74+
75+
Releases are available on the [releases page](https://github.com/revoverflow/walker/releases) and are automatically built for Linux using Travis CI. If you want to build it yourself, just clone the repository and run a cmake build.
76+
7377
## Is this just pattern scanning?
7478

7579
Pattern scanning is a common technique used in reverse engineering to find memory structures, it works by searching for a sequence of bytes. This is a very simple and fast technique, but it has a major drawback: it is very unreliable. It is very easy to get false positives when using pattern scanning, especially when the pattern is short.

0 commit comments

Comments
 (0)