Skip to content
View ali0gamer1's full-sized avatar

Block or report ali0gamer1

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ali0gamer1/README.md

Download hagh. (OLD)

  • 🌱 I’m currently learning Cybersecurity

  • 👯 I’m looking to collaborate on CTFs

  • 👨‍💻 All of my projects are available at https://github.com/ali0gamer1

  • 📫 How to reach me gta7iv7@gmail.com

  • ⚡ Fun fact I have no idea what I am doing

Connect with me:

gta7iv7ali0gamer

Languages and Tools:

arduino c cplusplus flask git gtk linux qt wx_widgets

Pinned Loading

  1. Game-Hacking Game-Hacking Public

    C++ 4

  2. CSAW Quals'17 SVC exploit (my own libc) CSAW Quals'17 SVC exploit (my own libc)
    1
    from pwn import *
    2
    
                  
    3
    target = process("./svc")
    4
    
                  
    5
    
                  
  3. google ctf beginner reversing (no sat) google ctf beginner reversing (no sat)
    1
    """
    2
     ATTENTION: run in gdb using: "gdb ./beginner" and then write: "source lolme.py" 
    3
    4
    """
    5
    import gdb
  4. ShuntingYard-JS ShuntingYard-JS Public

    JavaScript

  5. ShuntingYardCalc ShuntingYardCalc Public

    C#

  6. Get info of a C struct using python ... Get info of a C struct using python (pycparser)
    1
    from pycparser import c_parser, c_ast
    2
    
                  
    3
    # 1. Your C struct definition
    4
    c_struct_code = """
    5
    struct Point {