Skip to content
View sohainewbie's full-sized avatar
🥰
<3
🥰
<3

Organizations

@0x6B7563696E676C696172
Block or Report

Block or report sohainewbie

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

  1. Example integer overflow Example integer overflow
    1
    #include <stdio.h>
    2
    //http://phrack.org/issues/60/10.html
    3
    //https://www.geeksforgeeks.org/maximum-value-of-unsigned-short-int-in-c/
    4
    
                  
    5
    //gcc -o integer_overflow integer_overflow.c
  2. Example Uaf(Use After Free) Example Uaf(Use After Free)
    1
    #include<stdio.h>
    2
    #include<string.h>
    3
    #include<stdlib.h>
    4
    
                  
    5
    /*
  3. Decode Abi sample with python Decode Abi sample with python
    1
    from datetime import datetime
    2
    from eth_abi import decode_abi
    3
    
                  
    4
    #author: sohay
    5
    #telegram chanel: https://t.me/listmicintoken
  4. ssh-server ssh-server Public

    ssh-server

    Go