-
# Trending repositories for C#
1. [**space-wizards / space-station-14**](https://github.com/space-wizards/space-station-14)
__A multiplayer game about paranoia and chaos on a spac…
-
I was wondering if QEMUAFL is considering a UNICORN-like hooking framework built into QEMUAFL?
This would greatly reduce runtime overheads of UNICORN/QILING.
Also, it could leverage the sanitisati…
-
I'm attempting to use Unicorn (v2.1.1) for some full system emulation. My assumption is that calling `uc_context_save()` saves both the CPU state and the memory mappings into the `uc_context` object. …
-
***Describe the bug**
When trying to emulate simple binaries on a vanilla ubuntu 22.04 qiling fails gloriously with `unicorn.unicorn.UcError: Invalid memory fetch (UC_ERR_FETCH_UNMAPPED)`
**Sample…
-
Are there any plans to make libpeconv platform independent?
-
Hello!
I am a total newbie but am I alone failing to emulate even a HelloWorld program written in Golang?
```
[nix-shell:~]$ cat /tmp/hello.go
package main
import "fmt"
func main() {
f…
-
When I tried to load a shared Android so file, I saw that in a section of the assembly code, the x17 register was actually jumping to an address in libc.so. However, it couldn't find this address, cau…
-
See: ~https://github.com/mentebinaria/retoolkit~
- [X] https://github.com/Col-E/Recaf
- [ ] https://github.com/dnSpyEx/dnSpy
- [x] https://github.com/icsharpcode/ILSpy (avalonia-ilspy)
- [x] https…
-
**Describe the bug**
In Linux, when a target program binds a socket that is already bound, the OS should return an error code indicating that the address is already in use and the target program sh…
-
***Describe the bug**
KeyError when specifying arch using library or qltool
**Sample Code**
```python
ql = Qiling(code=data, rootfs=r'/Users/User/qiling/rootfs/x8664_windows', archtype='x86' ,…