Chris S

Results 28 comments of Chris S

I tried it with a short loopback wiring (connecting both pico uarts together), and had increasingly severe transmission errors starting at 1MBaud. Then I pulled the changes from the mentioned...

Currently the suggested "https://gitea.com/gitea/migrator/" shows: This tool is no longer maintained and got replaced by the migration functionality in Gitea. Please use the "New migration" menu to migrate your GitHub...

Good find, `IPQoS 0x00` in `sshd_config` seems to fix the problem for me, too! Another way to get it working is to use IPv6 instead of IPv4 to connect.

I have the same issue, and it is very frequently (on Qubes 4.1 alpha). After restarting sys-usb, it only takes a few minutes for the CPU usage to rise again....

I just had this problem again and started searching the internet. I found this post: https://forums.gentoo.org/viewtopic-p-7569028.html And I ran in sys-usb: echo on > /sys/class/usbmisc/hiddev0/power/control This did not change the...

Looking at the tricore instruction set docs, it seems that capstone just does not consider registers that are implicit in the opcode as operands. i.e. your first example, "9a000028" is...

So from a user's perspective it would be best to add the meta-information to the instructions/opcodes. Is there maybe something similar in other supported architectures, where some of the "special...

@Rot127 Ok, then I mis-used the word "implicit". All the examples (tricore, and the x86 "push cs") have the relevant operands explicit in the asm text. I was thinking on...