Skip to content
Avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report ReJimp

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.

Report abuse

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

Report abuse
ReJimp/readme.md

计划表

  • 👉TianWen Lab Homework
  • 👉Windows Kernel Exploit
  • 👉CTF-Pwn

Jimp's GitHub stats

Pinned

  1. HEVD

    C 2

  2. 天问之路

    C++ 6

  3. Forked from yeyintminthuhtut/Awesome-Advanced-Windows-Exploitation-References

    List of Awesome Advanced Windows Exploitation References

  4. Forked from sajjadium/ctf-archives

    CTF Archives: Collection of CTF Challenges.

    JavaScript 1

  5. CTF-WP Public

    Python

394 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2021

Created 2 repositories

Created a pull request in ctf-wiki/ctf-wiki that received 2 comments

fix the example in house-of-orange

+4 −2 2 comments

Created an issue in ctf-wiki/ctf-wiki that received 1 comment

house-of-orange实例代码错误

ptr=(void *)((int)ptr+24); 可以改成下面,因为int强制类型转换产生截断,最终得到的指针并不正确 ptr = (void *)((char*)ptr+24);

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.