Also:
LsapDsInitializeDsStateInfo(Status == 1 ? 1 : 0);
should be..
LsapDsInitializeDsStateInfo(Status !=0 ? 1 : 0);
Search found 5 matches
- Sun Sep 18, 2011 3:10 pm
- Forum: Development Help
- Topic: Hello hello!
- Replies: 9
- Views: 7272
- Sun Sep 18, 2011 3:08 pm
- Forum: Development Help
- Topic: Hello hello!
- Replies: 9
- Views: 7272
Re: Hello hello!
Cant edit message. but its lsass.c with additional reversing.
Lsass.c can be found in: ReactOS-0.3.13-REL-src\ReactOS-0.3.13\base\system\lsass\lsass.c
regards,
C. Hariri
Lsass.c can be found in: ReactOS-0.3.13-REL-src\ReactOS-0.3.13\base\system\lsass\lsass.c
regards,
C. Hariri
- Sun Sep 18, 2011 3:06 pm
- Forum: Development Help
- Topic: Hello hello!
- Replies: 9
- Views: 7272
Re: Hello hello!
Thanks! I have no connection with Microsoft and neither any of their source codes, so all my code is independently written.
Can you please comment on the code below?
MOD by moderator: As long as the sources are not known, removed due to possible illegal content
Can you please comment on the code below?
MOD by moderator: As long as the sources are not known, removed due to possible illegal content
- Thu Sep 15, 2011 2:03 pm
- Forum: Development Help
- Topic: Hello hello!
- Replies: 9
- Views: 7272
Re: Hello hello!
Thanks for the reply.
Are there any parts of the OS that have priority when reversing or will any random part do?
Regards,
C. Hariri
Are there any parts of the OS that have priority when reversing or will any random part do?
Regards,
C. Hariri
- Thu Sep 15, 2011 11:47 am
- Forum: Development Help
- Topic: Hello hello!
- Replies: 9
- Views: 7272
Hello hello!
Hello ROS community, let me introduce myself first. I'm a second year computer science student at the university of Eindhoven (Netherlands). Trough self education I've become quite an experienced x86 asm and ANSI C programmer over the last 3-5 years. Main points of interest is reverse engineering an...