Ben Demick
Ben Demick
Something I've noticed just recently that while `createFunction` _does_ trigger _disassembly_ of the functions created, it _does not_ seem to trigger full auto-analysis. I have a preScript that is based...
If your architecture is AARCH64, you should set the Language to AARCH64, which is the 64-bit ARM Processor in Ghidra. If you are unsure about endianness, try both. 
Nope. Haven't had a chance to revisit this, unfortunately.
Looks to be `IAR V8.30.1.114`. Ended up using `pyelftools` to grab some high-level info for now, but would definitely be awesome for it to parse out-of-the-gate.
I'm running into a similar issue. I'm looking at an x86-64 binary, and this looks like a compiler optimization that I've never run into before: ``` # RDI is a...
I'm seeing a similar (related?) issue now with the kernel from Debian 12.5's release. I extracted the `vmlinuz` compressed kernel from the .iso, then ran it through `vmlinux-to-elf` and dropped...
Consider this a co-signature and I would be happy to contribute as well. I would love to see `libsla` usable in a Capstone-like fashion, but have had [just enough trouble...
Tried again with the updated version and it ended up dying with the same exception, but this time after about 9 hours. Definitely reached another phase of analysis, because `/tmp`...
@xusheng6 suggested I weigh in here: I'd like to perform some limited instruction decoding (basically a limited linear sweep with no further analysis) to extract data from executable code in...