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