/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.xenoscr.net
| | www.malwaretech.com
4.6 parsecs away

Travel
| | Understanding the basics of user mode EDR hooking, common bypass techniques, and their limitations.
| | blog.quarkslab.com
5.2 parsecs away

Travel
| | [AI summary] The blog post discusses the implementation of a hooking mechanism for Go programs, focusing on the challenges of intercepting function calls and managing concurrency issues. The approach involves modifying the execution flow of Go functions by inserting custom assembly code to handle stack pivoting, ABI switching, and register saving. This allows for the integration of C functions within Go code while addressing platform-specific limitations and concurrency problems. The post highlights the complexity of working with Go's internal structures and the benefits of using Go for hooking, as it simplifies the manipulation of Go types and data structures.
| | gpfault.net
6.0 parsecs away

Travel
| | [AI summary] The provided text is a detailed explanation of how to write a simple 64-bit Windows application in assembly language that calls the ExitProcess function from the KERNEL32.DLL library. It covers the following key topics: 1. **Memory and Register Basics**: Explains how memory and registers work in 64-bit Windows, including the use of the stack pointer (RSP), registers like RCX, RDX, R8, and R9 for passing arguments, and the importance of stack alignment for performance. 2. **Calling Conventions**: Details the 64-bit Windows calling convention, including how the first four integer or pointer arguments are passed in registers (RCX, RDX, R8, R9), how additional arguments are passed on the stack, and the requirement for the stack to be aligned to ...
| | github.com
17.4 parsecs away

Travel
| Dynamic Regular Expression Highlighting with Javascript! - DynamicRegexHighlighter/DynamicRegexHighlighterTester.html at master · jmrware/DynamicRegexHighlighter