Skip to main content

Home/ Coders/ Group items tagged x86

Rss Feed Group items tagged

Fabien Cadet

2011: Linux x86 Program Start Up (low-level ; by Patrick Horgan) - 0 views

  •  
    In depth program start-up analysis, must read !
Joel Bennett

bochs: The Open Source IA-32 Emulation Project (Home Page) - 0 views

  •  
    Bochs is a highly portable open source x86 PC emulator ... capable of running most Operating Systems inside the emulation including Linux, DOS, and all versions of Windows... and the images are portable from one host OS to another.
Joel Bennett

Detours - intercepting Win32 functions - 0 views

  • Transactional model for attaching and detaching detours.
    • Joel Bennett
       
      Transactional ... aspects. This is crazy impressive.
  • Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by re-writing the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.
  •  
    Detours is a Microsoft Research project which exposes a transactional model for intercepting arbitrary Win32 functions by rewriting the in-memory code and attach an arbitrary payload to any binary.
Fabien Cadet

Intel® 64 and IA-32 Architectures Software Developer's Manuals - 0 views

  •  
    Software Developer's Manuals: * Volume 1: Basic Architecture. * Volume 2A&B: Instruction Set Reference. * Volume 3A&B: System Programming Guide. * Optimization Reference Manual. * Memory Ordering White Paper. * Application Note: TLBs, Paging-Structure Caches, and Their Invalidation. * x2APIC Specification.
1 - 10 of 10
Showing 20 items per page