mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-05 04:40:54 +00:00
parent
7bc007069d
commit
34a0880784
@ -88,7 +88,7 @@ void run_shemu(uint8_t *Data, size_t Size)
|
||||
}
|
||||
|
||||
ctx.Intbuf = calloc(1, Size + 0x2000);
|
||||
if (ctx.Stack == NULL)
|
||||
if (ctx.Intbuf == NULL)
|
||||
{
|
||||
LOG("[-] Failed to allocate Intbuf!\n");
|
||||
abort();
|
||||
|
Loading…
Reference in New Issue
Block a user