Inoki

Results 23 comments of Inoki

As AO uses Electron, the proxy should be able to be configured with the same method as vscode or other applications using Electron. For information: https://code.visualstudio.com/docs/setup/network

And if I walk around the assertion, I got inconsistent padding error ``` Failed to handle RSP6: AES Decrypt: Decryption failed, inconsistent padding ```

Diff for resp6 ,where should be cert, keys... ```diff 4,31c4,31 < 0030 01 bd 9e 34 1d 0a d1 40 72 6e 95 3f 93 0e e8 af < 0040...

More diff: ```diff 1c1 < Prototype version 15 --- > Prototype version 12 2a3,5 > Unknown device, lets try anyway > Index 1, size 12 > 0000 35 66 35...

``` This indicates a bug in someone's code. You must ensure an error is NULL before it's set. The overwriting error message was: RSP6 missing ecdsa components, priv: 0, pub:...

What dost the 0x02 mean in ```c g_assert_cmphex(data[0], ==, 0x02); if (data[0] != 0x02) { g_set_error(error, VALIDITY90_RSP6_ERROR, 0, "RSP6: ecdsa packet invalid prefix format"); result = FALSE; goto end; }...

I wrote a resp6 parser into the dissector. All the other keys are ok. Only for encrypted private key content, 0090: ``` 0000 02 65 4c 1a dd a3 57...

> @Inokinoki did you ever get the 0094 working? Unfortunately, not yet. I put it aside for long time

I've met the same error. The solution works. But I'd like to know why we should have a Golang executable. Thank you for your response!

Thanks for your suggestions! Indeed I was inspired by the 2 softwares that you mentioned above. I'm also considering the EFI partition reading&mount (which are useful to add a customized...