Click here to Skip to main content
15,896,259 members

Comments by Ali kianinejad (Top 10 by date)

Ali kianinejad 9-Feb-14 9:11am View    
i can monitor IRPs with driver
if see termination request
cancel it
but i don't know which parameter in IRP is useful for me
Ali kianinejad 23-Sep-13 0:43am View    
ممنون از راهنماییت :D
Ali kianinejad 22-Sep-13 5:18am View    
خوب خدا رو شکر یه هم زبون پیدا کردم
مرسی سجاد جان
من میخوام سطح دستریی یک فایل و جوری تغییر بدم که کسی نتونه بهش دسترسی داشته باشه
و access denied
بگیره
و این کار و میخوام با
mini filter
و از سطح کرنل انجام بدم
منمنون میشم اگه بتونی بهم کمک کنی
Ali kianinejad 18-Sep-13 1:02am View    
i was download ddk and write a file system filter driver for manage my file
but i can't set file attribute
i want to set FILE_ATTRIBUTE_HIDDEN on my file
i want to set it from kernel and protect my file in kernel mode
i don't know which function can set file attribute and permission
my file contain some game data that i want to protect it
Ali kianinejad 17-Sep-13 7:00am View    
i can't find any function that set attribute from kernel mode