Relative Content

Tag Archive for cwindowsassemblylinkermasm

Using C functions inside .asm files (MASM)

I’ve tried to use KeRaiseIrqlToDpcLevel which is apparently located inside hal.lib based on MS docs. Even if not it’s still inside ntoskrnl.lib.
Even if I include the .inc and .lib files, nothing happens I get the ‘unresolved external symbol KeRaiseIrqlToDpcLevel referenced inside …’