Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Linux examples - LD_PRELOAD and commandline cloaking #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pathtofile
Copy link

Added two new linux examples:

  • building a library to use as LD_PRELOAD to hook libc
  • Some various techniques to hide your real process name and commandline arguments
    • This also includes calling Syscalls in a nice way, and how to run our own 'main' to get direct memory access to our argv

Also changed Makefile to exlude building and linux_* files for Windows, as they won't work.

Both of these are adapted from my CommandLine Cloaking repo

…echniques to hide your real process name and commandline arguments
@byt3bl33d3r
Copy link
Owner

byt3bl33d3r commented Jun 20, 2022

@pathtofile thanks for the contribution! See my comments on the Makefile. if you have time to fix that please do and I'll merge it in. Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants