-
I'm running through the Google Codelab for this project. I pulled down the sample project "audio-echo" and updated the local.properties file with the location of the android-ndk. Tried to build it fro…
-
I added the required information for Windows 10 (analogue to tklengyels pull request #314), which generally works.
The problem is that libvmi does not always initialize (a problem i already faced when…
-
When you register a BREAKPOINT then a MEMACCESS on the same page, the MEMACCESS event won't work.
POC :
``` cpp
this->trap_test.breakpoint.addr = exAllocatePoolWithTag; // addr_type is ADDR_VA
if …
-
Let `sat3.pl` consist of the following program:
```
:- use_module(library(clpfd)).
sat(X) :- X in 0..9.
num(L) :-
solve(As,Bs,Cs,Ds),
append([As,Bs,Cs,Ds], Vs),
findall(., l…
-
Should be able to add SSH keys, and provision VMs with selected keys.
-
We would like to add Google App Engine (GAE) as a supported provider in the deploy section.
We currently use an after_success section but it's not ideal.
-
I've tried this with both `drakvuf_get_current_process_name` and `drakvuf_get_process_name`. I'm downloading an .exe, and place it to the Desktop from my Downloads folder:
```
[SYSCALL] vCPU:0 CR3:0x…
v-p-b updated
8 years ago
-
I watch process startups and if a process with a specific name is starting I fetch the loaded module list with `drakvuf_get_module_list()`. The API always works fine on a fresh attach. Starting parall…
v-p-b updated
8 years ago
-
hello ,
it would be nice to add the feature of provisioning VM via Vultr or DO backbone with snapshot, custom ISO, backup, application (apps) for Vultr and snapshot, application (apps) for DO .
Th…
-
For example, the following script works with Selenium IDE
| Command | Target | Value |
| --- | --- | --- |
| storeEval | (function(){ return { hello: function(s) { return 'hello' + s; } } })(); | uti…