Help! Hooking Static Method

Landnage

Platinian
is it possible to hook this method and if so is it just like normal void hooking ?


// RVA: 0x9875B4 Offset: 0x9875B4 VA: 0x9875B4
public static void add_sessionCurrencyChanged(Action<int> value) { }
 
Back
Top Bottom