xusheng
xusheng
For 1), this is related to LLDB's "installation" of the main executable, and running `settings set target.auto-install-main-executable false` can avoid it. But the launch will also not work if the...
For 2), I tried a few ways to avoid it, but so far it does not make a huge difference A useful way of troubleshooting is to run `log enable...
> 1. this command `settings set target.auto-install-main-executable false` can prevent unnecessary file copying, but "Initial LLDB Command" setting field seems accept only one command, how do i run multiples init...
I have created https://github.com/Vector35/debugger/issues/823 and https://github.com/Vector35/debugger/issues/824 out of this issue
I got a local repro of this, will look into this later!
I think the primary reason is that LLDB is reading a ton of memory bytes from the remote target. There are 72MB of data read, but it is reading it...
It should be done in the same way as https://github.com/Vector35/binaryninja-api/blob/768f7c78465fb93936e5ca50a0ca712664fe54e7/view/kernelcache/api/python/kernelcache.py#L193-L210
The section these functions are in is an External one. However, during debugging, due to the addition of the debugger memory region that covers the entire memory space, these bytes...
This sounds like a bug. We will see what is going on. Meanwhile, you may try some of the workaround documented in https://docs.binary.ninja/guide/troubleshooting.html#working-with-large-or-complex-binaries which might enable you to analyze the...
Binary: `calm bird jumps softly`