orenbenya1
orenbenya1
is there an option to do BPX at edb? For example using BPX malloc to breakpoint on every call to malloc func --- Want to back this issue? **[Post a...
for example : `pfn = ida_funcs.get_fchunk(ea)` idacode doesn't analyze that pfn is type of: ida_funcs.func_t, to fix it manually I can change the code to: `pfn: ida_funcs.func_t = ida_funcs.get_fchunk(ea)` is...
## Bug Report After running `sls offline start` command, I try to access the API gateway by accessing: http://localhost:3000/dev/health, and then I get an HTTP error 502, while in the...