mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-10 17:15:41 +00:00
add aborting mechanism in downloading symbols
This commit is contained in:
parent
c2c317de41
commit
bf7ac5daef
15 changed files with 260 additions and 190 deletions
|
|
@ -128,6 +128,18 @@ ScriptEngineSymbolInitLoadWrapper(PMODULE_SYMBOL_DETAIL BufferToStoreDetails,
|
|||
return ScriptEngineSymbolInitLoad(BufferToStoreDetails, StoredLength, DownloadIfAvailable, SymbolPath, IsSilentLoad);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief SymbolAbortLoading wrapper
|
||||
*
|
||||
* @return VOID
|
||||
*/
|
||||
VOID
|
||||
ScriptEngineSymbolAbortLoadingWrapper()
|
||||
|
||||
{
|
||||
return ScriptEngineSymbolAbortLoading();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief ScriptEngineConvertFileToPdbFileAndGuidAndAgeDetails wrapper
|
||||
*
|
||||
|
|
@ -232,7 +244,6 @@ ScriptEngineWrapperTestPerformAction(PGUEST_REGS GuestRegs,
|
|||
ActionBuffer.ImmediatelySendTheResults = FALSE;
|
||||
ActionBuffer.Tag = NULL;
|
||||
|
||||
|
||||
//
|
||||
// If has error, show error message and abort.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue