Search:

Type: Posts; User: thecowmilk

Search: Search took 0.01 seconds.

  1. I DID IT GUYS!! I successfully wrapped execve!!!!

    I DID IT GUYS!! I successfully wrapped execve!!!!
  2. Well that's interesting... nm test | grep...

    Well that's interesting...



    nm test | grep 'U'
    U execl@GLIBC_2.2.5
    U fork@GLIBC_2.2.5
    0000000000002018 r __GNU_EH_FRAME_HDR
    U...
  3. Yess!! But "in wrapped execve" doesn't get...

    Yess!! But "in wrapped execve" doesn't get executed when the other bin runs
  4. Okay, I actually have made more progress, I have...

    Okay, I actually have made more progress, I have successfully linked both binaries but there's smth else...



    #define _GNU_SOURCE
    #include <dlfcn.h>
    #include <stdio.h>
    #include <unistd.h>...
  5. No not really, I don't have any personal gains...

    No not really, I don't have any personal gains from this except expanding my learning horizont.
  6. Yeah I get it, if a user deletes a file using GUI...

    Yeah I get it, if a user deletes a file using GUI then it's fine, I'm more in the command line stuff. If a user executes a command with args, the logger would just get it and log it somewhere safe.
  7. > Are you trying to do anything that say strace...

    > Are you trying to do anything that say strace can't?
    Yes, I'm trying to learn here not to invent the wheel.


    > Pointing at someone else's broken code with the sub-text "I found this, please...
  8. How to wrap "execv" system call in Linux using C?

    Hello guys, I'm developing a tool for educational purposes that one of the features is intercepting every command a user is executing in Linux and then log it somewhere. The problem is that I have...
  9. Replies
    2
    Views
    3,149

    IPs instead of server-names

    Hi guys, I have this winsock C code which is a tcp client



    #define WIN32_LEAN_AND_MEAN


    #include <windows.h>
    #include <winsock2.h>
    #include <ws2tcpip.h>
Results 1 to 9 of 9