levisre - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@levisre

levisre

Follow

View levisre's full-sized avatar

💭

I may be slow to respond.

Levis Nickaster levisre

💭

I may be slow to respond.

Random stuffs. Opensource Enthusiast

Block or report levisre

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

levisre/README.md

Interested in Reverse Engineering/Malware, Binary Analysis, DFIR, Automation, etc... Sometimes I code for fun and my posting sh!t stuff haha

levisre's Stats

levisre's Top Languages

Pinned Loading

  1. TransX64Dbg TransX64Dbg Public

    Small Plugin to make x64dbg Window becomes transparent

    C 13 7

  2. dotnettuts dotnettuts Public

    24 14

  3. ConfuserDumper ConfuserDumper Public

    Source Code of ConfuserDumper by COB

    C# 11 7

  4. Simple Shellcode Loader coded in C. ... Simple Shellcode Loader coded in C. The shellcode must be in binary form

    1

    #include <stdio.h>

    2

    #include <stdlib.h>

    3

    
                  

    4

    // enable cross compiling

    5

    #ifdef __linux__
  5. ghidra_extension_builder ghidra_extension_builder Public

    Build Ghidra Extension inside Docker

    Shell