Skip to content
View Ahmed17Said06's full-sized avatar

Block or report Ahmed17Said06

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. eBPF_NX Public

    eBPF BCC-based code that does the observation inside the kernel for the mprotect() system call, and 2 other c code files that work to bypass the NX one of them just bypass the NX and execute a mov …

    Assembly

  2. WindowsProcessAnalysisAndDumping Public

    A Windows process memory parser that opens a running process i.e. “notepad.exe” or any .exe and parse the .exe PEB data structure and extract the PEB fields.

    C++

  3. IEEE-754-floating-point Public

    Project part of Malware Analysis and Reverse Engineering course to understand IEEE 754 floating point

    C

  4. MyFirstWindowsDriver Public

    Windows10 Driver prints the CPUID info and Process Monitor

    C++ 3

  5. PEParser Public

    Project part of Malware Analysis and Reverse Engineering course to write a static parser to extract the basic information of a legitimate 32-bit PE file

    C

  6. ipinfo Public

    A Dockerized Django app to process a list of IPs asynchronously using Celery workers and Redis pub/sub for Server-Sent Events (SSE) based real-time updates. Integrated Flower for task monitoring, a…

    Python