Search found 156 matches
- Fri Feb 13, 2015 1:06 pm
- Forum: Coding Questions
- Topic: UseJPEGImageDecoder + LoadImage = false virus alerts
- Replies: 6
- Views: 3144
- Tue Dec 30, 2014 8:49 am
- Forum: Tricks 'n' Tips
- Topic: Network Share Management
- Replies: 2
- Views: 6551
Re: Network Share Management Functions
really nice work JHPJHP thanks for that!
here the NetConnectionEnum function part of the Network Share Management Functions.
EnableExplicit
#MAX_PREFERRED_LENGTH = -1
#NERR_SUCCESS=0
#ERROR_MORE_DATA = 234
#LB_SETTABSTOPS= 402
#STYPE_DISKTREE = 0
#STYPE_PRINTQ = 1
#STYPE_DEVICE = 2
#STYPE ...
here the NetConnectionEnum function part of the Network Share Management Functions.
EnableExplicit
#MAX_PREFERRED_LENGTH = -1
#NERR_SUCCESS=0
#ERROR_MORE_DATA = 234
#LB_SETTABSTOPS= 402
#STYPE_DISKTREE = 0
#STYPE_PRINTQ = 1
#STYPE_DEVICE = 2
#STYPE ...
- Wed Jul 03, 2013 9:28 am
- Forum: Windows
- Topic: Need to disable & enable a hardware device.
- Replies: 7
- Views: 8351
Re: Need to disable & enable a hardware device.
Hi jassing,
Well; I tried the code "as is" (fixing some duplicate structure definitions, and native pointer types):
...tested pb 5.11 and pb5.2
sure that you use the actually ComatePlus Version?
I have now installed 5.20 b5 and not need change somethings on the Comateplus include for use the ...
Well; I tried the code "as is" (fixing some duplicate structure definitions, and native pointer types):
...tested pb 5.11 and pb5.2
sure that you use the actually ComatePlus Version?
I have now installed 5.20 b5 and not need change somethings on the Comateplus include for use the ...
- Mon Jul 01, 2013 11:58 am
- Forum: Windows
- Topic: Need to disable & enable a hardware device.
- Replies: 7
- Views: 8351
Re: Need to disable & enable a hardware device.
Hi jassing,
here an example that enable disable Network adapters over WMI ComatePlus is needed.
Best
jpd
Enumeration
#Window_0
#popup_disable
#popup_enable
#Combo_0
#Text_0
#Listview_0
#Button_scan
#Button_Close
#Button_disable
#Button_enable
#view_disable
EndEnumeration ...
here an example that enable disable Network adapters over WMI ComatePlus is needed.
Best
jpd
Enumeration
#Window_0
#popup_disable
#popup_enable
#Combo_0
#Text_0
#Listview_0
#Button_scan
#Button_Close
#Button_disable
#Button_enable
#view_disable
EndEnumeration ...
- Thu Jun 27, 2013 7:34 am
- Forum: Tricks 'n' Tips
- Topic: DNS lookup and reverse DNS lookup [Win2k and newer only]
- Replies: 27
- Views: 20264
Re: DNS lookup and reverse DNS lookup [Win2k and newer only]
Your welcome.jassing wrote: Thank you!
-j

- Wed Jun 26, 2013 11:54 am
- Forum: Tricks 'n' Tips
- Topic: DNS lookup and reverse DNS lookup [Win2k and newer only]
- Replies: 27
- Views: 20264
- Thu Jun 20, 2013 5:19 pm
- Forum: Linux
- Topic: UDP broadcast on linux is not possible
- Replies: 2
- Views: 3414
Re: UDP broadcast on linux is not possible
Hi lolvince,
here a Broadcast sample that works on Linux tested on xubuntu 12.04.
have fun.
jpd
;http://cs.baylor.edu/~donahoo/practical/CSockets/code/BroadcastSender.c
InitNetwork()
#__SOCKADDR_COMMON_SIZE = 2
CompilerIf #PB_Compiler_OS = #PB_OS_Linux
#UDP_NOCHECKSUM=1
;#__SOCKADDR ...
here a Broadcast sample that works on Linux tested on xubuntu 12.04.
have fun.
jpd
;http://cs.baylor.edu/~donahoo/practical/CSockets/code/BroadcastSender.c
InitNetwork()
#__SOCKADDR_COMMON_SIZE = 2
CompilerIf #PB_Compiler_OS = #PB_OS_Linux
#UDP_NOCHECKSUM=1
;#__SOCKADDR ...
- Fri Jun 07, 2013 2:47 pm
- Forum: Coding Questions
- Topic: Win32 - Get current directory fails
- Replies: 5
- Views: 1941
Re: Win32 - Get current directory fails
Hi ts-soft,
Best
jpd
I agree with you.ts-soft wrote: Only if you set the currentdirectory self, it is sure the show to what you wan't!
Best
jpd
- Fri Jun 07, 2013 12:22 pm
- Forum: Coding Questions
- Topic: Win32 - Get current directory fails
- Replies: 5
- Views: 1941
Re: Win32 - Get current directory fails
Hi Little John,
I use this commands on similar situation like Va!n describe without problem.
But is interesting to hear that in some case cause problem, have you an example?
Thanks
jpd
I use this commands on similar situation like Va!n describe without problem.
But is interesting to hear that in some case cause problem, have you an example?
Thanks
jpd
- Fri Jun 07, 2013 8:48 am
- Forum: Coding Questions
- Topic: Win32 - Get current directory fails
- Replies: 5
- Views: 1941
Re: Win32 - Get current directory fails
Hi Va!n,
then use getcurrentdirectory()

Best
jpd
ts-soft wrote: SetCurrentDirectory(GetPathPart(ProgramFilename()))
then use getcurrentdirectory()

Best
jpd
- Fri May 24, 2013 8:06 am
- Forum: Announcement
- Topic: DroopyLib
- Replies: 186
- Views: 119861
Re: DroopyLib
Hi Droopy,
thank you very much for maintain and updating this library, this is securely a hard and time-consuming job.
Best
jpd
thank you very much for maintain and updating this library, this is securely a hard and time-consuming job.
Best
jpd
- Thu May 23, 2013 7:27 am
- Forum: Announcement
- Topic: DroopyLib
- Replies: 186
- Views: 119861
Re: DroopyLib
Hi,
oops Bisonte was faster... :-)
but this example here works a little bit different.
Droopy can change this as necessary on the DroopyLib.
Here some Process Procedure that works on Win2k and Higher x86/x64 Ascii and Unicode
the only different is on the GetPIDProcess Procedure
the orig droopy ...
oops Bisonte was faster... :-)
but this example here works a little bit different.
Droopy can change this as necessary on the DroopyLib.
Here some Process Procedure that works on Win2k and Higher x86/x64 Ascii and Unicode
the only different is on the GetPIDProcess Procedure
the orig droopy ...
- Mon Apr 15, 2013 9:06 am
- Forum: General Discussion
- Topic: Studies against AV false positives
- Replies: 57
- Views: 15949
Re: Studies against AV false positives
Hi ,
Norman not recognize the file anymore and the “old CRC algorithm” is removed in the new engine.
the list of event regarding the debug-machine used and not the file itself
Best
jpd
Norman not recognize the file anymore and the “old CRC algorithm” is removed in the new engine.
Sorry my fault!DoctorLove wrote:Is that your local IP? as in its trying to connect to your debugger?

the list of event regarding the debug-machine used and not the file itself
Best
jpd
- Fri Apr 12, 2013 4:11 pm
- Forum: General Discussion
- Topic: Studies against AV false positives
- Replies: 57
- Views: 15949
Re: Studies against AV false positives
Hi,
Here a Analyse from MAG2
Interesting result for a empty file
Process/Thread Events
Creates process: C:\windows\temp\test.exe ["C:\windows\temp\test.exe" ]
Network Events
Sends data to: 10.74.1.255:137
Best
jpd
Here a Analyse from MAG2
Interesting result for a empty file
Process/Thread Events
Creates process: C:\windows\temp\test.exe ["C:\windows\temp\test.exe" ]
Network Events
Sends data to: 10.74.1.255:137
Best
jpd
- Fri Apr 12, 2013 3:50 pm
- Forum: General Discussion
- Topic: Studies against AV false positives
- Replies: 57
- Views: 15949
Re: Studies against AV false positives
Hi Didelphodon,
is possible to recieve the first sample?
or the PB code
Thanks
jpd
is not necessary reproduced here with a simple debug line and create exe!!
is possible to recieve the first sample?
or the PB code
Thanks
jpd
is not necessary reproduced here with a simple debug line and create exe!!