You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ELF parser in pure ruby implementation. This work is inspired by [pyelftools](ht
15
15
16
16
The motivation to create this repository is want to be a dependency of [pwntools-ruby](https://github.com/peter50216/pwntools-ruby). Since ELF parser is a big work, it should not be implemented directly in pwntools.
17
17
18
-
**rbelftools**'s target is to create a nice ELF parser library in ruby. More features remain a work in progress.
18
+
**rbelftools**'s target is to create a nice ELF parsing library in ruby. More features remain a work in progress.
19
19
20
20
# Install
21
21
@@ -175,12 +175,12 @@ elf.save('elf.patched')
175
175
For example, to check if NX disabled, you can use
176
176
`!elf.segment_by_type(:gnu_stack).executable?` but not `elf.nx?`
177
177
5. Section and segment parser
178
-
Providing common sections and segments parser. For example, .symtab, .shstrtab
179
-
.dynamic sections and INTERP, DYNAMIC segments, etc.
178
+
Providing common sections and segments parser. For example, `.symtab`, `.shstrtab`
179
+
`.dynamic` sections and `INTERP`, `DYNAMIC` segments, etc.
0 commit comments