Search found 156 matches

by jpd
Tue Dec 30, 2014 8:49 am
Forum: Tricks 'n' Tips
Topic: Network Share Management
Replies: 2
Views: 5890

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_IPC = 3 St...
by jpd
Wed Jul 03, 2013 9:28 am
Forum: Windows
Topic: Need to disable & enable a hardware device.
Replies: 7
Views: 7698

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 t...
by jpd
Mon Jul 01, 2013 11:58 am
Forum: Windows
Topic: Need to disable & enable a hardware device.
Replies: 7
Views: 7698

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 Structure TCPV4_Setting IPAd...
by jpd
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: 18220

Re: DNS lookup and reverse DNS lookup [Win2k and newer only]

jassing wrote: Thank you!
-j
Your welcome. :-)
by jpd
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: 18220

Re: DNS lookup and reverse DNS lookup [Win2k and newer only]

Hi jassing,

here a link to a sample that able to deal with the needed requirement.

best
jpd
by jpd
Thu Jun 20, 2013 5:19 pm
Forum: Linux
Topic: UDP broadcast on linux is not possible
Replies: 2
Views: 2968

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_COMMON_SIZE = 2 ...
by jpd
Fri Jun 07, 2013 2:47 pm
Forum: Coding Questions
Topic: Win32 - Get current directory fails
Replies: 5
Views: 1569

Re: Win32 - Get current directory fails

Hi ts-soft,
ts-soft wrote: Only if you set the currentdirectory self, it is sure the show to what you wan't!
I agree with you.

Best
jpd
by jpd
Fri Jun 07, 2013 12:22 pm
Forum: Coding Questions
Topic: Win32 - Get current directory fails
Replies: 5
Views: 1569

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
by jpd
Fri Jun 07, 2013 8:48 am
Forum: Coding Questions
Topic: Win32 - Get current directory fails
Replies: 5
Views: 1569

Re: Win32 - Get current directory fails

Hi Va!n,
ts-soft wrote: SetCurrentDirectory(GetPathPart(ProgramFilename()))

then use getcurrentdirectory()
:-)

Best
jpd
by jpd
Fri May 24, 2013 8:06 am
Forum: Announcement
Topic: DroopyLib
Replies: 181
Views: 90597

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
by jpd
Thu May 23, 2013 7:27 am
Forum: Announcement
Topic: DroopyLib
Replies: 181
Views: 90597

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 this ...
by jpd
Mon Apr 15, 2013 9:06 am
Forum: General Discussion
Topic: Studies against AV false positives
Replies: 57
Views: 11009

Re: Studies against AV false positives

Hi ,

Norman not recognize the file anymore and the “old CRC algorithm” is removed in the new engine.
DoctorLove wrote:Is that your local IP? as in its trying to connect to your debugger?
Sorry my fault! :oops:
the list of event regarding the debug-machine used and not the file itself


Best
jpd
by jpd
Fri Apr 12, 2013 4:11 pm
Forum: General Discussion
Topic: Studies against AV false positives
Replies: 57
Views: 11009

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
by jpd
Fri Apr 12, 2013 3:50 pm
Forum: General Discussion
Topic: Studies against AV false positives
Replies: 57
Views: 11009

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!!