Josh F

Results 62 comments of Josh F

This might be as simple as switching calls from `BinaryView::GetStart()` to `BinaryView::GetImageBase()`

Manually rebased and pushed these commits, ty!

Support for loading stack locals from DWARF added in `4.1.5496-dev`

It's being inferred to be a pointer to data - it looks like this is because 0x47e is a valid data address. Is the binary base in IDA also 0?

Ok so while it's TECHNICALLY correct, the way we show it is really misleading. We should either simplify instances of `&` to their static value, or never emit that as...

Here's a minimized sample: [missing_func.bndb.zip](https://github.com/user-attachments/files/23664504/missing_func.bndb.zip) `sub_0` should be showing the call to `sub_20`, but it's getting folded incorrectly in HLIL Interestingly, changing `sub_18` from `xor eax, eax` to `xor ebx,...

For some reason, lldb (or just the way we're using lldb) is putting stderr data into the stdout stream (`lldb::SBProcess::eBroadcastBitSTDOUT` is set for output to stderr events)

APIs for PVS operations added in `5.3.8793-dev` using e.g. `.add(other, size)`

When we load a debug info ELF we parse the symbol tables in the file and try to create functions at locations not backed by file contents