mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-06 21:30: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);
|
ctx.Intbuf = calloc(1, Size + 0x2000);
|
||||||
if (ctx.Stack == NULL)
|
if (ctx.Intbuf == NULL)
|
||||||
{
|
{
|
||||||
LOG("[-] Failed to allocate Intbuf!\n");
|
LOG("[-] Failed to allocate Intbuf!\n");
|
||||||
abort();
|
abort();
|
||||||
|
Loading…
Reference in New Issue
Block a user