summaryrefslogtreecommitdiffstats
path: root/md/writeup/datamatch.md
diff options
context:
space:
mode:
Diffstat (limited to 'md/writeup/datamatch.md')
-rw-r--r--md/writeup/datamatch.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/md/writeup/datamatch.md b/md/writeup/datamatch.md
index 3d0d9e9..874db87 100644
--- a/md/writeup/datamatch.md
+++ b/md/writeup/datamatch.md
@@ -11,7 +11,7 @@ about that
### Print about position in file
Here how looks scripts to bookmark some position
-```
+```text
0x01 "byte one"
0x02 "byte two"
```
@@ -22,7 +22,7 @@ This could be used to bookmark stuff in files
Here is example where output will tell if its 32/64bit file and with kind of
file type it is relocatable/executable/shared/core elf.
-```
+```text
0x0-0x3
"magic number"
0x4
@@ -43,7 +43,7 @@ file type it is relocatable/executable/shared/core elf.
just make should work
-```
+```sh
make
```
@@ -52,13 +52,13 @@ should work fine as ragel generated *.c file is allready included
## Source
-```
+```sh
git clone http://git.main.lv/cgit.cgi/dm.git
```
or
-```
+```sh
git clone https://github.com/FreeArtMan/dm.git
```