Hello, everyone.
I'm a driver coder.Usually I wrote my function like this:
NTSTATUS
DriverEntry(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath
)
{
.... // function body
}
The 1.2 Funtion list plugin works well with this style.
But the 2.0 alpha do not. The function was not shown in function list.
I tried to add my own language parsing rule. But it did not work.
I need some help.
I'm sorry for my poor english.
My email address is: ns.boxcounter@gmail.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I changed the rules between old and new version. I think this will work better:
NTSTATUS DriverEntry(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath
)
For next upcoming release 2.0 beta. There are again new rules and modifications. The biggest modification would be the support of Perl Compatible Reg-Ex and therefore a better recognition for such definitions.
Best Regards
Jens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I guess anybody could simply post their reply here, so there is no need te enter an email address. If you want to collect other people's existing email address, you can, of course.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am sorry for this.
Usually, I enter my email address when I post my question.If it make misunderstanding.I am very sorry.
I just want some help. If someone can help me,please post reply here. Thank you very much!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, everyone.
I'm a driver coder.Usually I wrote my function like this:
NTSTATUS
DriverEntry(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath
)
{
.... // function body
}
The 1.2 Funtion list plugin works well with this style.
But the 2.0 alpha do not. The function was not shown in function list.
I tried to add my own language parsing rule. But it did not work.
I need some help.
I'm sorry for my poor english.
My email address is: ns.boxcounter@gmail.com
I changed the rules between old and new version. I think this will work better:
NTSTATUS DriverEntry(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath
)
For next upcoming release 2.0 beta. There are again new rules and modifications. The biggest modification would be the support of Perl Compatible Reg-Ex and therefore a better recognition for such definitions.
Best Regards
Jens
I guess anybody could simply post their reply here, so there is no need te enter an email address. If you want to collect other people's existing email address, you can, of course.
I am sorry for this.
Usually, I enter my email address when I post my question.If it make misunderstanding.I am very sorry.
I just want some help. If someone can help me,please post reply here. Thank you very much!