docfate111

Results 23 comments of docfate111

``` from weightedOr import * from builtin import * ''' uncomment this when gramfuzz updates from gramfuzz.fields import * from gramfuzz.utils import * class NRef(Ref): cat = "word" class NDef(Def):...

So just running ```-a``` runs all the fuzzers and saves results to ```analyses_log/$BRAND/$IID/fuzzer_log_ci```. If it fails then so file is made? When I run the fuzzer with ```fuzzer/fuzzer.py``` it gives...

In docker for debian jessie and ubuntu latest build.sh doesnt work

Is it possible for me to get access to the modified SLEIGH definitions? @grant-h

@grant-h Thank you I tried to copy the entire files that were changed to Ghidra 11 from [this]( https://github.com/NationalSecurityAgency/ghidra/compare/master...FirmWire:ghidra:firmwire) but I ended up with an error when running analyze_mtk_image ```...

> > I tried to copy the entire files that were changed to Ghidra 11 > > These changes conflict with upstream Ghidra. You cannot copy them over the newer...

[uefails.log](https://github.com/srsran/srsRAN_4G/files/14173415/uefails.log) [ueworks.zip](https://github.com/srsran/srsRAN_4G/files/14173427/ueworks.zip) Here are the logs for the UE when it fails and when it succeeds. If I reboot the srsue laptop and try again then it works the first...

@mariusmue How do I determine what goes in SHM_LAYOUT? I was able to get rid of the error by [appending zeroes and increasing SHM_QUEUE_NUM to 17](https://github.com/docfate111/FirmWire/commit/bc19ae612bee689bed4791fc72ba22718d4bad22) since the value that...