Categories > Coding > C# >
C# Exploit API
Posted
Are there any links to learn how to make an API using C#, guided hacking is too expensive for me, i need a cheaper solution.
eval('ale'+'rt(0)');
Replied
The cheaper solution is to learn how to reverse engineer, look at the Luau and Lua sources, and use deductive reasoning.
You need to understand at minimum the fundamentals of how a computer works, especially RAM and the CPU. You're also going to have to dabble with undocumented Windows mechanisms to get past Hyperion's security.
Here's some non-negotiables:
- Understand how a compiler works. You're going to be in disassembly and debugging a LOT.
- Learn how the CPU executes instructions to read and write from memory and do calculations on registers.
- Understand the concepts of control flow, OS theory (processes, threads, etc.), and virtual memory
- Learn how exception handling works internally.
- Get familiar with DLL injection methods and process manipulation APIs in Windows
Cancel
Post
Security researcher, low-level programmer, and system administrator.
https://github.com/reversed-coffee
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post