Bet4
Bet4
FAT filesystems store filename in UTF-16. We can convert them to UTF-8 to make it universal.
#### Affected Version yay v8.1115.r2.g8248c80 - libalpm v11.0.1 #### Issue We can't use `yay` to install `powerpc-linux-gnu-gcc` correctly. Some reasons may be that `yay` can't check for circular dependency correctly...
When we start gdbserver by: ``` ./qltool run -f examples/rootfs/x8664_linux/bin/x8664_hello --rootfs examples/rootfs/x8664_linux/ -g 127.0.0.1:1234 ``` All things work correctly. We can get this output: ``` [=] gdb> Stop at entry...
```python from unicorn import * from unicorn.mips_const import * # code to be emulated # 0x1000000: li v0,3 # 0x1000004: beq s0,v0,0x1000014 # 0x1000008: lbu v1,0(a1) MIPS_CODE32 = b"\x03\x00\x02\x24\x03\x00\x02\x12\x00\x00\xa3\x90" #...
Fix #1619
msgpack-python is renamed to msgpack now.
Fix #363. Fix #368. Close #361. Close #369.
I want to support peda in my project [hyperpwn](https://github.com/bet4it/hyperpwn). That's what it will become after this PR: 