Skip to content
View c0dybrown's full-sized avatar

Organizations

@security-research-group

Block or report c0dybrown

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rpc-malware-implant rpc-malware-implant Public

    Advanced Windows implant API that uses RPC as a listen mechanism. Winapi experience preferred.

    C 9 1

  2. wecsrv-malware wecsrv-malware Public

    Trolling malware that hides as a Windows service hosted under a legitimate svchost.exe. Good for LAN parties.

    C++ 2 2

  3. twitter-hetero-edge-stock-analysis twitter-hetero-edge-stock-analysis Public

    Attempts to understand Twitter user stock selection using heterogeneous edge prediction.

    Jupyter Notebook

  4. dijkstra-assembly dijkstra-assembly Public

    An attempt at Dijkstra's shortest path algorithm using x86 ASM only.

    Assembly

  5. winapi-call-assembly winapi-call-assembly Public

    Demonstrates how to walk a Windows DLL in x86 ASM (shell code) and locate a function that you want to call.

    C++

  6. realtime-powershell-logger realtime-powershell-logger Public

    Watches the PowerShell readline file and pushes the last line to a webserver in real time using a standard data model.

    C#