Youness Alaoui

Results 158 comments of Youness Alaoui

Hi @h0t, thanks for the quick answer. I guess my issue was the selector, I was setting the breakpoints on the linear address and that doesn't seem to work. Weirdly...

Thanks for the help. Two days ago I had dumped all the MMIO ranges from the bup metadata and found 0xe0070000 to be a PCI device and then I used...

By the way, I still don't know how you got the 0x706a8 (for DCI) and 0x70684 for (DfX aggregator) values. I assume those are the Dest ID to the IOSF...

Thank you Peter, that was very helpful. I facepalmed when I realized the sideband port is basically the PCR port id. I just made a loop to dump all of...

> Did you try activate HAP-mode? [#11 (comment)](https://github.com/ptresearch/IntelTXE-PoC/issues/11#issuecomment-498240031) Yes of course. I've tried the F5 image as is and the Brix boots, I tried with the exploit only, and I...

Hi again, I'm still struggling to get access to PCI devices here. On Apollolake I was able to access some device BARs through the sideband channel, but not the PCI...

By the way, I thought I should clarify something. I've tried using `ipc.stateport.spt_tpsb0.sbreg(0, 0, 0x8004, 0xe6, 1, 4, 0)` to read from port 0xe6 (xHCI), and it says "Endpoint returned...

Hi @markel777 and thanks a lot for taking the time to explain that. It was very helpful in better understanding how the IOSF SB works. Unfortunately, I had already tried...

@markel777 sorry for bumping this thread. It's been a month and I'm wondering if you have any updates relating to this or any ideas for me to explore ? I...

Having a similar problem here. I'm using cx_Freeze 6.2 and while it works for me, if I rename the ~/.pyenv directory, I get an error similar to #399 As you...