Mihai-Drosi Câju

Results 21 comments of Mihai-Drosi Câju

would the following work? Before each read_fru_area ``` fru_data = malloc(fru_len + offset); ``` Also, shouldn't `length - fru->size` be `finish - fru->size` ?

I have attached a test application, it was tested against Unikraft bdb7952d35dc76337f82aa524d7de1c690bdddbe [app-ukiperf.tar.gz](https://github.com/unikraft/unikraft/files/7611489/app-ukiperf.tar.gz)

> Thanks for submitting this, @CajuM . How did you come to use different delays between calls? What did you aim to achieve? Hello, I was attempting to do packet...

It is required when building projects without kraftkit or Unikraft's build-system. Suppose someone wants to use nixpkgs instead. For example I need it when compiling my glibc fork. glibc's configure...

> If we can separate module signing in to a separate derivation, we could probably implement a signing derivation and a verification derivation here. Could we generate detached module signatures...

> > Debian does it this way: https://salsa.debian.org/ftp-team/code-signing/-/blob/master/secure-boot-code-sign.py#L163-L201 > > From the code it almost looks like they support detached signatures. That would be neat, because we could sign everything...

Hello, I've encountered this issue as well. I think it's due to Facebook having changed their FlatBuffers schema in the meantime. I don't think that graph_metadata.bin is corrupted, it extracted...

I wrote a blog post once, I'm not sure if it's explained well enough https://cajum.github.io/fbgraphql/

Hello, I don't plan on reverse-engineering it again. I tried explaining how to do so in the blog post I mentioned, should I rewrite it to be more explicit about...

Ok, untill I find the time to document this properly... https://github.com/dvidelabs/flatcc/blob/master/doc/binary-format.md and https://flatbuffers.dev/md__internals.html We'll be using the fbs.py module provided in this repo. fbs assumes that the binary is stored...