yeggor
yeggor
1) Now I handle cases where the call to "EFI_BOOT_SERVICES" occurs at an offset relative to "EFI_SYSTEM_TABLE", but sometimes it will be necessary to set the types manually. I hope...
Thank you. Small correction: uefi_r2 is now [fwhunt-scan](https://github.com/binarly-io/fwhunt-scan). And analyzer/scanner named [fwhunt_scan_analyzer.py](https://github.com/binarly-io/fwhunt-scan/blob/master/fwhunt_scan_analyzer.py)
Rule for BRLY-2022-009 and other rules for the vulnerabilities mentioned in the BHUSA talk were released on August 10, 2022.
Hi. I just checked. Can not reproduce this issue. It's working fine for me: If you are using IDA without a Hex-Rays decompiler, it is best to build the plugin...
Thank you. We use Lenovo's aarch64 EFI images for some tests related to efiXplorer (extracted in the way mentioned by @NikolajSchlej). If anyone is interested in taking a look, here...
Yes, thank you. I'm closing that issue for now. AArch64 modules analysis needs to be improved over time. But I suppose we will use other issues for future requests.
@skochinsky thank you. It fixed now
I've tested it on x86 and arm EFI modules. Works without problems now. Sorry for the inconvenience. ``` Python>ida_hexrays.init_hexrays_plugin() False Python>ida_loader.load_and_run_plugin("efiXplorer", 1) ... [efiXplorer] the log is saved in a...
@nieknooijens, add library class `RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf` to `[LibraryClasses]`. It should look something like this: ``` [LibraryClasses] BaseLib|MdePkg/Library/BaseLib/BaseLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf ... RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf ``` Also, `AtaInfo` will not compile correctly with GCC. If you...