zer0m0n
zer0m0n copied to clipboard
zer0m0n driver for cuckoo sandbox
hi, when i want to patch cuckoo using cuckoo.patch file i get this, could you help me, please? ... what is the problem? test@test-virtual-machine:~/Documents/CuckooSnbx/cuckoo$ patch -p1 < ./cuckoo.patch patching file...
As stated in the README: "While submitting a new analysis, choose "kernelland" option on the Web interface, or use the option "kernel_analysis=yes" on commandline." Looks like after patching cuckoo, there's...
VS projects for those are willing to develop the driver using VS 2010.
fix kernel_analysis = self.get_options().get("kernel_analysis", None) -> kernel_analysis = self.get_options().get("kernel_analysis", False)
Hi coinx-security !, I'am developing process protecting driver / software i want to try your project on Win 8.1 When driver called : getKernelBase() function, windows giving BDOS with: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED...