Closed eXCoreX closed 5 years ago
https://github.com/EquiFox/KsDumper/blob/master/KsDumperDriver/Driver.c#L100
function signature should be with NTSTATUS return val (not required to return something actually).
Also: https://github.com/EquiFox/KsDumper/blob/master/KsDumperDriver/Driver.c#L105
It's better make the symLink global and you are deleting wrong link anyway, it should be the one with "Dos" in the name. If have time, i'll make a pull request.
"Dos"
Thanks for spotting this one ! My bad, totally missed it.
https://github.com/EquiFox/KsDumper/blob/master/KsDumperDriver/Driver.c#L100
function signature should be with NTSTATUS return val (not required to return something actually).
Also: https://github.com/EquiFox/KsDumper/blob/master/KsDumperDriver/Driver.c#L105
It's better make the symLink global and you are deleting wrong link anyway, it should be the one with
"Dos"
in the name. If have time, i'll make a pull request.