kumarak
kumarak
@alessandrogario, @directionless I updated PR to disable `secureboot` table on AppleSilicon. Also the table will be empty if the secureboot feature is not supported. It will be great if you...
I don't see issue lifting `input.json` attached with llvm12.
The issue is with the reference of `std::cout`. IDA is not able to correctly resolve the reference of 0x608570 (`std::cout + 0xF0`). Instead, it is lifted as the part of...
@bsauce, A better solution will be to resolve the address to the export variable as you see them. Having multiple copies of the same variable (initializing bss with the exported...
IDA may not be able to identify the entrypoint `main`. It could be merged into the previous function or recovered with a different name (`_main`). Could you check your IDA...
@lkorenc, It is related to https://github.com/trailofbits/vast/issues/450 and I can reproduce with the file attached. Attached another source file that can help you reproduce the issue. [global_init.gz](https://github.com/trailofbits/vast/files/15203622/global_init.gz)
We patched the clang for handling the Callee that are of Builtin Type. In the case of Builtin, we get the direct callee and get the return type for it....
> Is there a test to validate the build in the Dockerfile works? I have some potential changes to slim it down a bit but I realized I am not...
@felixjordandev, You can submit a PR with the fixes. I don't think any of us working on this at the moment.
Moving to draft since I need to fix CI as well.