Hello,
i had a work-free morning and were a bit bored. So I started coding this code, because blocking CTRL+ALT+DEL is asked often.
It is a combination of DLL injecting Functions and a source of a DLL to inject in winlogon.exe to disable CTRL+ALT+DEL.
I only tested on XP, If someone could test it ...
Search found 12 matches
- Fri May 25, 2007 6:52 pm
- Forum: Tricks 'n' Tips
- Topic: Blocking CTRL+ALT+DEL and simple DLL injecting
- Replies: 12
- Views: 6099
- Thu Jul 14, 2005 2:00 pm
- Forum: Announcement
- Topic: Webspace for the PB Community Projects for free!
- Replies: 14
- Views: 5769
- Thu Jul 14, 2005 1:07 pm
- Forum: Announcement
- Topic: Webspace for the PB Community Projects for free!
- Replies: 14
- Views: 5769
- Tue Jul 12, 2005 10:43 pm
- Forum: Announcement
- Topic: Webspace for the PB Community Projects for free!
- Replies: 14
- Views: 5769
- Tue Jul 12, 2005 10:16 pm
- Forum: Announcement
- Topic: Webspace for the PB Community Projects for free!
- Replies: 14
- Views: 5769
- Tue Jul 12, 2005 8:43 pm
- Forum: Announcement
- Topic: Webspace for the PB Community Projects for free!
- Replies: 14
- Views: 5769
Webspace for the PB Community Projects for free!
Hello community,
because Lukaso had problems with his webspcace provider 2 month ago and the idea of a Purebasic clan came, he bought a webserver for the next 2 Years. On this server he hosts the webspace for our clanmembers. He thought of a big Idea to give the PB-Community a big gift. He ...
because Lukaso had problems with his webspcace provider 2 month ago and the idea of a Purebasic clan came, he bought a webserver for the next 2 Years. On this server he hosts the webspace for our clanmembers. He thought of a big Idea to give the PB-Community a big gift. He ...
- Tue Mar 29, 2005 8:57 pm
- Forum: Linux
- Topic: FMOD Include
- Replies: 10
- Views: 3704
- Tue Mar 29, 2005 8:37 pm
- Forum: Linux
- Topic: FMOD Include
- Replies: 10
- Views: 3704
- Tue Mar 29, 2005 1:43 pm
- Forum: General Discussion
- Topic: Best linux distribution
- Replies: 8
- Views: 2870
- Tue Mar 29, 2005 11:11 am
- Forum: Linux
- Topic: FMOD Include
- Replies: 10
- Views: 3704
Code: Select all
FSOUND_FX_SetI3DL2Reverb(fxid.l, Room.l, RoomHF.l, RoomRolloffFactor.f, DecayTime.f, DecayHFRatio.f, Reflections.l, ReflectionsDelay.f, Reverb.l, ReverbDelay.f, Diffusion.f, Density.f, HFReference.f)
- Tue Mar 29, 2005 12:26 am
- Forum: Linux
- Topic: FMOD Include
- Replies: 10
- Views: 3704
- Mon Mar 28, 2005 10:22 pm
- Forum: Linux
- Topic: FMOD Include
- Replies: 10
- Views: 3704
FMOD Include
Hi,
I have an Problem with Linux-FMOD and PB i took the Wrapper Include from the Windows Version (fmod_proc.pbi, con_struc.pbi) and made it Linux compatibel, downloaded the Linux Fmodlib and copied it in the compilers directory and in the MandrakeLibs directory and in the usr/bin directory. But when ...
I have an Problem with Linux-FMOD and PB i took the Wrapper Include from the Windows Version (fmod_proc.pbi, con_struc.pbi) and made it Linux compatibel, downloaded the Linux Fmodlib and copied it in the compilers directory and in the MandrakeLibs directory and in the usr/bin directory. But when ...