diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-02-04 14:10:26 +0000 |
commit | 380f0fe40b1ab20790e75dac779e73667cc5ac72 (patch) | |
tree | 9fa3b9c93b58c966daa22f955282bc3c181d909a /md/writeup/datamatch.md | |
parent | df881efab146ca3ee61bf8936f948dd976fc4740 (diff) | |
download | md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.tar.gz md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.zip |
Update all content to new pygmentize
Diffstat (limited to 'md/writeup/datamatch.md')
-rw-r--r-- | md/writeup/datamatch.md | 10 |
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 ``` |