Search found 7 matches
- Sun Dec 03, 2006 3:19 am
- Forum: General Discussion
- Topic: AVIRA's AntiVir doesn't like PB
- Replies: 36
- Views: 7505
- Sun Dec 03, 2006 3:15 am
- Forum: General Discussion
- Topic: my code: inject and extract a string into an png image
- Replies: 0
- Views: 769
my code: inject and extract a string into an png image
hello everyone,
this is a quick and dirty code to inject (and extract) a string into an png image. Feel free to use it in your applications.
 
;this code is GPL
;codet by Neutrino
UsePNGImageDecoder()
UsePNGImageEncoder()
Declare ConvertCharToRGB(char.s)
Declare InjectStringToImage(FileName.s ...
					this is a quick and dirty code to inject (and extract) a string into an png image. Feel free to use it in your applications.
;this code is GPL
;codet by Neutrino
UsePNGImageDecoder()
UsePNGImageEncoder()
Declare ConvertCharToRGB(char.s)
Declare InjectStringToImage(FileName.s ...
- Sat Dec 02, 2006 2:41 am
- Forum: Coding Questions
- Topic: setpixel
- Replies: 4
- Views: 1155
- Sat Dec 02, 2006 1:55 am
- Forum: Coding Questions
- Topic: setpixel
- Replies: 4
- Views: 1155
- Sat Dec 02, 2006 1:14 am
- Forum: Coding Questions
- Topic: setpixel
- Replies: 4
- Views: 1155
setpixel
I want to use the SetPixel Api to draw a pixel in an image that I loadet with the LoadImage Purebasic function but the Api fails(Return Value is -1). This ist the code that I wrote :
 
UseJPEGImageEncoder()
UseJPEGImageDecoder()
If LoadImage(1,"c:\test23.jpg")
 
hdc = StartDrawing(ImageOutput(1 ...
					UseJPEGImageEncoder()
UseJPEGImageDecoder()
If LoadImage(1,"c:\test23.jpg")
hdc = StartDrawing(ImageOutput(1 ...
- Sat Nov 25, 2006 7:58 pm
- Forum: General Discussion
- Topic: /Device/PhysicalMemory (read / write access)
- Replies: 1
- Views: 2257
/Device/PhysicalMemory (read / write access)
Hello *,
I´ll played around with the "/device/PhysicalMemory" object. I read a interessting from Phrack. I´ts possible to get read/write access to that object.
the first 5 Steps are :
1) Open a handle to \Device\PhysicalMemory (NtOpenSection)
2) Retrieve the security descriptor of it ...
					I´ll played around with the "/device/PhysicalMemory" object. I read a interessting from Phrack. I´ts possible to get read/write access to that object.
the first 5 Steps are :
1) Open a handle to \Device\PhysicalMemory (NtOpenSection)
2) Retrieve the security descriptor of it ...
- Fri May 12, 2006 10:55 pm
- Forum: Coding Questions
- Topic: Inline ASM Help
- Replies: 12
- Views: 2568
