Note that there are some explanatory texts on larger screens.

plurals
  1. POrunning custom WIN kernel driver
    primarykey
    data
    text
    <p>first time building driver, i've built <a href="https://github.com/jnraber/Hades" rel="nofollow">this</a> driver and i got .sys and other files but i can't manage to run it, i register it with driver loader or sc.exe and i see it in registry but upon sc start command i get error </p> <blockquote> <p>this driver has been blocked from loading</p> </blockquote> <p>machine is win7 x64 but i build driver as 32-bit</p> <p>again, beginner regarding drivers, hope someone has some solution to this,</p> <p>thanks</p> <p>EDIT:</p> <p>if i try building 64 bit version i have errors like this i don't know how to solve:</p> <pre><code>BUILD: Compiling and Linking c:\winddk\7600.16385.1\src\hades directory Configuring OACR for 'WDKSamples:amd64chk' - &lt;OACR on&gt; Compiling - hades.c 1&gt;errors in directory c:\winddk\7600.16385.1\src\hades 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(44): error C4235: nonstandard extension used : '_asm' keyword not supported on this architecture 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(46): error C2065: 'push' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(46): error C2146: syntax error : missing ';' before identifier 'eax' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(47): error C2065: 'eax' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(47): error C2146: syntax error : missing ';' before identifier 'mov' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(47): error C2065: 'mov' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(47): error C2146: syntax error : missing ';' before identifier 'eax' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(47): error C2065: 'eax' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(48): error C2065: 'edx' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(48): error C2146: syntax error : missing ';' before identifier 'mov' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(48): error C2065: 'mov' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(48): error C2146: syntax error : missing ';' before identifier 'gORIG_ESP' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(50): error C2065: 'eax' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(50): error C2146: syntax error : missing ';' before identifier 'sub' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(50): error C2065: 'sub' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(50): error C2146: syntax error : missing ';' before identifier 'eax' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(50): error C2065: 'eax' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(51): error C2146: syntax error : missing ';' before identifier 'mov' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(51): error C2065: 'mov' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(51): error C2146: syntax error : missing ';' before identifier 'eax' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(51): error C2065: 'eax' : undeclared identifier 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(51): error C2059: syntax error : '[' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(96): error C2143: syntax error : missing ';' before 'type' 1&gt;c:\winddk\7600.16385.1\src\hades\hades.c(176): error C4013: 'hook_syscalls' undefined; assuming extern returning int Compiling - support.c Compiling - debugger.c 1&gt;c:\winddk\7600.16385.1\src\hades\debugger.c(52): error C2485: 'naked' : unrecognized extended attribute 1&gt;c:\winddk\7600.16385.1\src\hades\debugger.c(54): error C4235: nonstandard extension used : '_asm' keyword not supported on this architecture ... ETC </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload