mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
@@ -271,6 +271,10 @@ void MainWindow_C::SlotDecompileInterface(quint32 Pid, RPC_IF_ID* pIf)
|
||||
if (pRpcInterfaceInfo == NULL) goto End;
|
||||
InitDecompilerInfo(pRpcInterfaceInfo, &RpcDecompilerInfo);
|
||||
__try{
|
||||
|
||||
if (!this->pDecompilationWidget->isVisible())
|
||||
this->pDecompilationWidget->show();
|
||||
|
||||
RpcViewHelper_T LocalRpcViewHelper = {
|
||||
this->pDecompilationWidget,
|
||||
&RpcAlloc,
|
||||
|
||||
Reference in New Issue
Block a user