RCE Endeavors 😅

July 5, 2022

All Posts

Filed under: — admin @ 9:36 PM
  1. [10-17-2022] TED: The Tiny Exfiltrating Debugger
  2. [08-01-2022] Creating an ESP: Conclusion (4/4)
  3. [08-01-2022] Creating an ESP: Drawing (3/4)
  4. [08-01-2022] Creating an ESP: World To Screen (2/4)
  5. [08-01-2022] Creating an ESP: Introduction (1/4)
  6. [07-05-2022] Creating an Aimbot: Conclusion (4/4)
  7. [07-05-2022] Creating an Aimbot: Building the Aimbot (3/4)
  8. [07-05-2022] Creating an Aimbot: Reverse Engineering & Source SDK (2/4)
  9. [07-05-2022] Creating an Aimbot: Introduction (1/4)
  10. [06-27-2022] Vandelay: An Importer/Exporter for BigTable
  11. [12-01-2021] Reverse Engineering REST APIs: Conclusion (12/12)
  12. [12-01-2021] Reverse Engineering REST APIs: Ingress – Monitoring (11/12)
  13. [11-30-2021] Reverse Engineering REST APIs: Ingress – Reversing the Response Decrypt Function (10/12)
  14. [11-29-2021] Reverse Engineering REST APIs: Ingress – Walking the Call Stack (9/12)
  15. [11-24-2021] Reverse Engineering REST APIs: Egress – Monitoring (8/12)
  16. [11-23-2021] Reverse Engineering REST APIs: Egress – Reversing the Request Encrypt Function (7/12)
  17. [11-22-2021] Reverse Engineering REST APIs: Egress – Walking the Call Stack (6/12)
  18. [11-19-2021] Reverse Engineering REST APIs: Hooking Winsock (5/12)
  19. [11-18-2021] Reverse Engineering REST APIs: Debugging (4/12)
  20. [11-18-2021] Reverse Engineering REST APIs: Basics (3/12)
  21. [11-17-2021] Reverse Engineering REST APIs: The Easy Way (2/12)
  22. [11-17-2021] Reverse Engineering REST APIs: Introduction (1/12)
  23. [10-06-2021] Making a Discord Chat Bot using Markov Chains (2/2)
  24. [10-06-2021] Making a Discord Chat Bot using Markov Chains (1/2)
  25. [05-18-2021] Creating a multi-language compiler system: System Setup (11/11)
  26. [05-18-2021] Creating a multi-language compiler system: Conclusion (10/11)
  27. [05-18-2021] Creating a multi-language compiler system: Demo (9/11)
  28. [05-18-2021] Creating a multi-language compiler system: Kubernetes (8/11)
  29. [05-18-2021] Creating a multi-language compiler system: Containerization (7/11)
  30. [05-18-2021] Creating a multi-language compiler system: Execution Engine (6/11)
  31. [05-18-2021] Creating a multi-language compiler system: File Watcher, Bash (5/11)
  32. [05-18-2021] Creating a multi-language compiler system: File Watcher, C++ (4/11)
  33. [05-18-2021] Creating a multi-language compiler system: The inotify API (3/11)
  34. [05-18-2021] Creating a multi-language compiler system: Goals and Architecture (2/11)
  35. [05-18-2021] Creating a multi-language compiler system: Introduction (1/11)
  36. [03-11-2017] Game Hacking (3/3): Putting Everything Together
  37. [02-25-2017] Game Hacking (2/3): The Easy Way
  38. [02-19-2017] Game Hacking (1/3): The Hard Way
  39. [12-23-2015] Heap Tracking
  40. [12-14-2015] Runtime DirectX Hooking
  41. [09-09-2015] Hekate: x86/x64 Winsock Inspection/Modification (Alpha dev release)
  42. [08-20-2015] Manually Enumerating Process Modules
  43. [08-12-2015] Stealth Techniques: Hiding Files in the Registry
  44. [07-23-2015] Common Types of Disassemblers
  45. [07-08-2015] Code Snippet: Safe Objects
  46. [06-15-2015] Syscall Hooking Under WoW64: Implementation (2/2)
  47. [06-05-2015] Syscall Hooking Under WoW64: Introduction (1/2)
  48. [05-17-2015] Nop Hopping: Hiding Functionality in Alignment
  49. [05-10-2015] Debugging Injected DLLs
  50. [04-24-2015] Code Snippets: FindWindowLike
  51. [04-16-2015] Everything up on Github
  52. [04-13-2015] Reverse Engineering Vectored Exception Handlers: Implementation (3/3)
  53. [04-11-2015] Reverse Engineering Vectored Exception Handlers: Functionality (2/3)
  54. [04-08-2015] Reverse Engineering Vectored Exception Handlers: Structures (1/3)
  55. [04-04-2015] Hiding Functionality with Exception Handlers (2/2)
  56. [04-03-2015] Hiding Functionality with Exception Handlers (1/2)
  57. [03-28-2015] Thoughts on Modern C++
  58. [03-26-2015] Malware Techniques: Code Streaming
  59. [01-15-2015] Virtual Method Table (VMT) Hooking
  60. [12-20-2014] Writing a Primitive Debugger: Part 5 (Miscellaneous)
  61. [12-11-2014] Writing a Primitive Debugger: Part 4 (Symbols)
  62. [12-05-2014] Writing a Primitive Debugger: Part 3 (Call Stack, Registers, Contexts)
  63. [12-04-2014] Twitter Time
  64. [12-02-2014] Writing a Primitive Debugger: Part 2 (Breakpoints/Stepping)
  65. [11-27-2014] Writing a Primitive Debugger: Part 1 (Basics)
  66. [06-10-2014] Monitoring APIs with RPC and Protocol Buffers
  67. [05-04-2014] An Experiment In Performing Remote Calls on x64
  68. [05-02-2014] Messing with MSN Internet Games (2/2)
  69. [04-30-2014] Updated Email
  70. [04-30-2014] Messing with MSN Internet Games (1/2)
  71. [04-22-2014] C++11-style Observer
  72. [12-06-2013] Calling Undocumented APIs in the Windows Kernel
  73. [07-23-2011] Upcoming Plans
  74. [07-23-2011] Messing with Protocols: Applications (3/3)
  75. [06-01-2011] Messing with Protocols: Reverse Engineering (2/3)
  76. [05-27-2011] Messing with Protocols: Preliminary (1/3)
  77. [05-26-2011] Quick Post: Auto-updating with Signature Scanning
  78. [04-23-2011] Writing a File Infector/Encrypter: Full Source Code and Remarks (4/4)
  79. [04-23-2011] Writing a File Infector/Encrypter: Writing the Compiled Stub (3/4)
  80. [04-23-2011] Writing a File Infector/Encrypter: PE File Modification/Section Injection (2/4)
  81. [04-23-2011] Writing a File Infector/Encrypter: Background (1/4)
  82. [04-17-2011] Extending External Window Functionality
  83. [03-25-2011] Follow-up: Memory Breakpoints
  84. [03-21-2011] Hardware Breakpoints and Structured/Vectored Exception Handling
  85. [02-21-2011] API Hooking Through Near Call Replacement
  86. [02-14-2011] Running a (32-bit) Process in the Context of Another
  87. [02-04-2011] Game Hacking: Age of Empires II (Part 2/?)
  88. [02-01-2011] Game Hacking: Age of Empires II (Part 1/?)
  89. [01-23-2011] Steganography with Magic Squares
  90. [01-13-2011] Analyzing An Application Challenge
  91. [01-06-2011] Reversing (Undocumented) Windows API Functions
  92. [01-06-2011] The Beginning…

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress