Lloyd Davies

Results 9 repositories owned by Lloyd Davies

elf-strings

139
Stars
17
Forks
Watchers

elf-strings will programmatically read an ELF binary's string sections within a given binary. This is meant to be much like the strings UNIX utility, however is purpose built for ELF binaries.

delete-self-poc

476
Stars
91
Forks
Watchers

A way to delete a locked file, or current running executable, on disk.

Windows-API-Hashing

222
Stars
38
Forks
Watchers

This is a simple example and explanation of obfuscating API resolution via hashing

wsb-detect

345
Stars
49
Forks
Watchers

wsb-detect enables you to detect if you are running in Windows Sandbox ("WSB")

dearg-thread-ipc-stealth

102
Stars
22
Forks
Watchers

A novel technique to communicate between threads using the standard ETHREAD structure

librini

29
Stars
4
Forks
Watchers

Rini is a tiny, non-libc dependant, .ini file parser programmed from scratch in C99.

This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret gadget can be used for stealthy code injection.

shellcode-plain-sight

161
Stars
28
Forks
Watchers

Hiding shellcode in plain sight within a large memory region. Inspired by technique used by Raspberry Robin's Roshtyak