Uses of Interface
leechcore.ILeechCore
Packages that use ILeechCore
-
Uses of ILeechCore in leechcore
Methods in leechcore that return ILeechCoreModifier and TypeMethodDescriptionstatic ILeechCore
ILeechCore.initializeLeechCore
(String lcNativeLibraryPath, String strDevice) Initialize a new LeechCore instance.static ILeechCore
ILeechCore.initializeLeechCore
(String lcNativeLibraryPath, String strDevice, String strRemote, int flagsVerbose, long paMax) Initialize a new LeechCore instance.static ILeechCore
ILeechCore.initializeLeechCore
(IVmm vmmInstance) Initialize a LeechCore instance from an already initialized Vmm instance.Methods in leechcore with parameters of type ILeechCoreModifier and TypeMethodDescriptionvoid
ILeechCoreTlpCallback.LeechCoreTlpCallback
(ILeechCore lc, byte[] tlpData, String tlpInfo) LeechCore TLP callback function.