-
Hey,
running the pw-recovery examples of the current version of Fuzzware in Docker results in the following error:
user@832bcc797e12:~/fuzzware/targets/pw-recovery/ARCH_PRO$ fuzzware pipeline --…
-
```
We need to download the source code of an existing medium-size Open Source
project and umplify it. That is, convert it into Umple code.
What is to be developed in this project?
You take an exist…
-
```
0x00007FF6C05D10C0 "sal dh, cl" data mismatch:
Expected (02) D2 F6
Actual (02) D2 E6 disassembles to "shl dh, cl"
```
-
Originally reported on Google Code with ID 624
Owned by `nmaad007`
---
We need to download the source code of an existing medium-size Open Source project and
umplify it. That is, convert it into Ump…
Nava2 updated
3 years ago
-
env:
python capstone v5.0.1
code:
```
from capstone import *
from capstone.arm64 import *
CODE = b"\xe1\x0b\x40\xb9\x20\x04\x81\xda\x20\x08\x02\x8b"
md = Cs(CS_ARCH_ARM64, CS_MODE_ARM |…
-
When disassembling the bytes `"\x00\x00\x00\x00"` for Arm:
1. `insn.mnemonic` ==> `"andeq"`
2. But, `cs_insn_name(handle, insn.id)` ==> `"and"`
~~~c
/* Capstone Disassembler Engine */
/* B…
-
```
What steps will reproduce the problem?
1. Analysis/Deepanalysis calc.exe (win xp sp0)
2. compare basicblocks found with pyew with IDA
What is the expected output? What do you see instead?
I fou…
-
Hello. I tried the commands you provided in README.md, and I am a bit confused about how to interpret the output.
During running `./command/clr_multifield/finetune_any.sh`, it ran 233 epochs in total…
-
Hello! It seems that in PPC the branch instructions incorrectly determine implicit register accesses, while some conditional instructions do not determine them at all. I expect branches and conditiona…
-
Hello,
I'm using the archivist package in my r code, and in the R Markdown file, trying to generate the pdf.
My header looks like this:
---
```
title: "PH125.9x Data Science Capstone Final M…