Skip to content

Commit

Permalink
added warning about non-reliable features
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor MASIAK committed Jun 25, 2021
1 parent 08f55ee commit 70d44cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Those two parameters can be combined.
### Anti-debugging

* Checks existence of LINES and COLUMNS environment variables.
* Checks for breakpoint in _dl_debug_state.
* Checks for breakpoint in _dl_debug_state (note: not reliable).
* Compares beginning of the heap to address of own BSS.
* Checks base address of ELF and shared libraries for hard-coded values used by GDB.
* Checks if parent's name is gdb, lldb, strace or ltrace.
Expand Down

0 comments on commit 70d44cc

Please sign in to comment.