-
```
What steps will reproduce the problem?
1. Examine a game
2. Move forward through the game
3.
What is the expected output? What do you see instead?
As pieces are captured, they are not reflected a…
-
when i compile the system mode, i meet the problem as follow:
CHK version_gen.h
Building Sleuthkit, please wait...
GEN Sleuthkit
Makefile:226: recipe for target '/home/faith/source/FirmAFL…
F01TH updated
4 years ago
-
System mode
```
cd qemu_mode/DECAF_qemu_2.10/
./configure --target-list=mipsel-softmmu,mips-softmmu,arm-softmmu --disable-werror
make
```
I got some error like this.
```
CHK version_gen.h…
-
i want to make this game run in decaf emu, what should i do at first?
-
In order to implement Linux VMI, DECAF needs to compile procinfo.ko and run it in the target kernel. But in my case, I have a restricted virtual machine and cannot get the kernel's source code and it …
-
Hi,
I'm trying to use DECAF using docker. The installation failed after I issued the following commands:
'sudo docker volum create decafvolume'
'sudo docker build -t decaf ./decaf/'
The error …
-
For https://github.com/phetsims/decaf/issues/28. Found on Win 10 Chrome. If the window is small enough, particularly in width, the sim no longer fits the window and elements such a tabs may be out of …
-
Hello,
I am trying to write a plugin that will involve running a process in the guest multiple times. The issue I am facing is that between guest runs the modules in decaf are not cleared. I have…
-
Currently a chained comparison [passes trough](http://rainforestapp.github.io/decaf/#?evaluate=true&code=1%20%3C%200%20%3C%203), but it should be [split into its parts](http://coffeescript.org/#try:1%…
-
in head file, decaf/shared/vmi.h
31 class module{
32 public:
33 char name[VMI_MAX_MODULE_PROCESS_NAME_LEN];
34 char fullname[VMI_MAX_MODULE_FULL_NAME_LEN];
35 uint32_t size;
36 u…