summaryrefslogtreecommitdiff
path: root/md/writeup/elf_text_section.md
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2023-02-04 14:10:26 +0000
committerFreeArtMan <dos21h@gmail.com>2023-02-04 14:10:26 +0000
commit380f0fe40b1ab20790e75dac779e73667cc5ac72 (patch)
tree9fa3b9c93b58c966daa22f955282bc3c181d909a /md/writeup/elf_text_section.md
parentdf881efab146ca3ee61bf8936f948dd976fc4740 (diff)
downloadmd-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.tar.gz
md-content-380f0fe40b1ab20790e75dac779e73667cc5ac72.zip
Update all content to new pygmentize
Diffstat (limited to 'md/writeup/elf_text_section.md')
-rw-r--r--md/writeup/elf_text_section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/md/writeup/elf_text_section.md b/md/writeup/elf_text_section.md
index 60b8d58..a35c423 100644
--- a/md/writeup/elf_text_section.md
+++ b/md/writeup/elf_text_section.md
@@ -23,11 +23,11 @@ Code:
Source includes two tests for both functions.I have not tested both
functions very whell. That whay there can be some error.I have used
used that for proving concept. And have checked result with
-```
+```sh
test1
```
and
-```
+```sh
readelf -l simple
```