-
Was hoping to play with the new ARMv8.3 stuff?
-
root@ubuntu:~/tool/qiling-master/examples# python3 regdemo_x86_windows.py
[+] SET_THREAD_AREA selector : 0x73
[+] SET_THREAD_AREA selector : 0x7b
[+] SET_THREAD_AREA selector : 0x83
[+] SET_THREA…
-
Hello,
Testing the example Easy_CrackMe.exe:
`~/tools/qiling/examples$ python crackme_x86_windows_unpatch.py`
Gives a:
`GetStringTypeA is not implemented`.
I had to copy the GetStringTypeExA …
r1git updated
4 years ago
-
```
pip3 install -e .
Obtaining file:///home/user/work/opt/qiling
Collecting capstone>=4.0.1 (from qiling==0.9)
Downloading https://files.pythonhosted.org/packages/35/0c/74db5b9b9ed25d7286983286…
-
ql_syscall_open didn't act on flags like create files or something else.
-
in core.py , I think self.argv is writtern by self.filename and lost args .
for example
```python
ql = Qiling(["rootfs/arm_linux/bin/aa"], "rootfs/arm_linux",argv=["rootfs/arm_linux/bin/aa","666…
-
length of filename less than 14 characters will cause "got interrupt 0xd ???" error in mips32el arch
reproduce steps
1. `cp examples/rootfs/mips32el_linux/bin/mips32el_hello ./hello`
2. cat buggy…
-
on macos, the win32 script was called, so install failed
...
Processing dependencies for qiling==0.9
Searching for unicorn>=1.0.2rc1
Reading https://pypi.org/simple/unicorn/
Downloading https:/…
-
Hi! Is there a proper way to add syscall without patching library? Or I should patch corresponding files to implement required functionality?
neepl updated
4 years ago
-
As per our discussion, this section will be in qiling/os/memory.py
```
def add_mapinfo(self, mem_s, mem_e, mem_p, mem_info):
tmp_map_info = []
insert_flag = 0
map_i…