C# Class BananaHook.Specs.describe_Int3Hook

Inheritance: describe_IHook
Afficher le fichier Open project: sgraf812/BananaHook

Méthodes protégées

Méthode Description
CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook

Method Details

CreateHook() protected méthode

protected CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook
memory IMemory
targetAddress System.IntPtr
hookAddress System.IntPtr
Résultat IHook