Skip to content

Instantly share code, notes, and snippets.

View aliveevie's full-sized avatar

Ibrahim Abdulkarim aliveevie

View GitHub Profile
@aliveevie
aliveevie / USX_Underflow_PoC.t.sol
Created January 16, 2026 07:12
Proof of Concept: Arithmetic Underflow Vulnerability in USX.requestUSDC() - Line 192
// SPDX-License-Identifier: MIT
pragma solidity 0.8.30;
import {Test, console} from "forge-std/Test.sol";
import {USX} from "../src/USX.sol";
import {MockUSDC} from "./mocks/MockUSDC.sol";
import {ERC1967Proxy} from "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol";
/**
* @title USX_Underflow_PoC
@aliveevie
aliveevie / play_game.py
Created June 19, 2023 10:44
This is a Rock Scissors Paper Game.
import random
names = []
def play_game():
winningcount = 0
lossescount = 0
totalgames = 0
name = input('Please enter your name to play the game: ')
print('Type "end" to quit the game!')
@aliveevie
aliveevie / hello.py
Created June 19, 2023 09:16
This is a public gist
print('Gist Testing')
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.