Thanks, now everything works as expected, great tool :D
I've played around with it a while, and I think i found something to improve:
I tried to load a ~ 3GByte Logfile, but when I try to select a Launcher, my system freezes and I've to reset my machine the hard way, on x86 and x64 :(
Do you load ...
Search found 63 matches
- Mon Mar 18, 2013 4:54 pm
- Forum: Applications - Feedback and Discussion
- Topic: ProcDOT: Visual Malware Analysis
- Replies: 14
- Views: 15127
- Mon Mar 18, 2013 12:06 pm
- Forum: Applications - Feedback and Discussion
- Topic: ProcDOT: Visual Malware Analysis
- Replies: 14
- Views: 15127
Re: ProcDOT: Visual Malware Analysis
Thanks, the Tread - ID was missing in the procmon configuration 
But now it only shows a blank white image, i think also have to specifiy a windump - logfile? But how do i get this file?
Greets, Alex

But now it only shows a blank white image, i think also have to specifiy a windump - logfile? But how do i get this file?
Greets, Alex
- Mon Mar 18, 2013 11:56 am
- Forum: Applications - Feedback and Discussion
- Topic: ProcDOT: Visual Malware Analysis
- Replies: 14
- Views: 15127
Re: ProcDOT: Visual Malware Analysis
Interesting tool.
I'd like to try it but i allways get an error when I click on refresh:
---------------------------
ProcDOT
---------------------------
Error: Couldn't open PNG!
---------------------------
OK
---------------------------
I downloaded and installed the latest version of windump ...
I'd like to try it but i allways get an error when I click on refresh:
---------------------------
ProcDOT
---------------------------
Error: Couldn't open PNG!
---------------------------
OK
---------------------------
I downloaded and installed the latest version of windump ...
- Thu Mar 14, 2013 12:51 am
- Forum: Feature Requests and Wishlists
- Topic: SetWindowData(#Window,Value) And GetWindowData(#Window)
- Replies: 11
- Views: 3473
Re: SetWindowData(#Window,Value) And GetWindowData(#Window)
Or this way, you can include it into your Ssurce and forget it, If it's implemented natively then the native procedures are used.
CompilerIf Not Defined(GetWindowData, #PB_Function)
Global NewMap __WindowData()
Procedure GetWindowData(_Window)
ProcedureReturn __WindowData(Str(_Window ...
CompilerIf Not Defined(GetWindowData, #PB_Function)
Global NewMap __WindowData()
Procedure GetWindowData(_Window)
ProcedureReturn __WindowData(Str(_Window ...
- Wed Mar 13, 2013 2:01 am
- Forum: Coding Questions
- Topic: Bytes conversion
- Replies: 9
- Views: 2530
Re: Bytes conversion
If you change line 3 from
to
the 1 GB is shown correct.
Code: Select all
Protected unit.b = Round(Log(byte)/Log(1024), 0)
Code: Select all
Protected unit.b = Round(Log(byte)/Log(1024), #PB_Round_Nearest)
- Mon Mar 11, 2013 3:25 pm
- Forum: Feature Requests and Wishlists
- Topic: Nested macro definitions
- Replies: 4
- Views: 2121
Re: Nested macro definitions
With this little Trick, you can define a macro inside a macro:
; EnableExplicit
CompilerIf Not Defined(__macrobuilder, #PB_Constant)
#__macrobuilder = #True
Macro _Macro1
M
EndMacro
Macro _Macro2
acro
EndMacro
Macro _Macro
: _Macro1#_Macro2
EndMacro
Macro _EndOfMacro1
EndM ...
; EnableExplicit
CompilerIf Not Defined(__macrobuilder, #PB_Constant)
#__macrobuilder = #True
Macro _Macro1
M
EndMacro
Macro _Macro2
acro
EndMacro
Macro _Macro
: _Macro1#_Macro2
EndMacro
Macro _EndOfMacro1
EndM ...
- Mon May 23, 2011 11:43 am
- Forum: Windows
- Topic: Windows sockets close returning memory errors
- Replies: 2
- Views: 2249
Re: Windows sockets close returning memory errors
Thank you. I implemented this via compiler switch optionally in my ENM - Network System
Greets, Alex

Greets, Alex
- Thu May 12, 2011 10:29 am
- Forum: Coding Questions
- Topic: CreateThread() then, threadpriority() = "not a thread"
- Replies: 8
- Views: 1734
Re: CreateThread() then, threadpriority() = "not a thread"
Maybe your Thread is terminated (finished) between IsThread() and ThreadPriority()? I don't know your thread or how long it is, but it could happen.
Greets, Alex
Greets, Alex
- Thu May 12, 2011 10:24 am
- Forum: Coding Questions
- Topic: Threading problem...
- Replies: 16
- Views: 2908
Re: Threading problem...
Here is a big include to use Network and Threads in an easy and safe way: http://www.purebasic.fr/german/viewtopic.php?t=23777
It also can help you to send and receive data in a safe way and implement your own protocols and much more.
Greets, Alex
It also can help you to send and receive data in a safe way and implement your own protocols and much more.
Greets, Alex
- Thu May 05, 2011 10:41 am
- Forum: Coding Questions
- Topic: Tasks and threads
- Replies: 4
- Views: 1350
Re: Tasks and threads
I think I've coded a Include that can do what you need, a background JobProcessor, with a variable amount of threads, priority management and many other Features. I'm using this Include in many of my projects, it's very stable and fast: Link to german forum and download: http://www.purebasic.fr ...
- Tue Feb 08, 2011 1:31 pm
- Forum: Coding Questions
- Topic: [4.51] Using @ to get pointer while creating new map element
- Replies: 2
- Views: 1458
[4.51] Using @ to get pointer while creating new map element
German thread:
http://www.purebasic.fr/german/viewtopic.php?t=23835
If you are using @ to get the pointer to a map-element while creating it, the map element is not created.
NewMap myMap.i()
Debug @myMap("haha")
ForEach myMap()
Debug MapKey(myMap())
Next
Working:
NewMap myMap.i()
myMap ...
http://www.purebasic.fr/german/viewtopic.php?t=23835
If you are using @ to get the pointer to a map-element while creating it, the map element is not created.
NewMap myMap.i()
Debug @myMap("haha")
ForEach myMap()
Debug MapKey(myMap())
Next
Working:
NewMap myMap.i()
myMap ...
- Wed Oct 20, 2010 1:47 pm
- Forum: Announcement
- Topic: EProxy [OpenSource] Socks4/Socks5 Proxy
- Replies: 2
- Views: 2402
EProxy [OpenSource] Socks4/Socks5 Proxy
Hello, please excuse my bad English.
EProxy ist a SOCKS4/SOCKS5 Proxy Server inclusive AUTH - Support, developed after RFC 1928 and RFC 1929. EProxy is highly parallelized, cross-platform compatible (Windows/Linux/Mac OS X). The package contains \src\Eproxy.pb the proxy core source, \src\EProxy ...
EProxy ist a SOCKS4/SOCKS5 Proxy Server inclusive AUTH - Support, developed after RFC 1928 and RFC 1929. EProxy is highly parallelized, cross-platform compatible (Windows/Linux/Mac OS X). The package contains \src\Eproxy.pb the proxy core source, \src\EProxy ...
- Thu Sep 23, 2010 9:40 am
- Forum: Applications - Feedback and Discussion
- Topic: Purefiler - An alternative profiler
- Replies: 103
- Views: 58803
Re: Purefiler - An alternative profiler
Hello. Please excuse my bad English.
I'm very interested in your, but there is a Problem with Import/ImportC blocks. After analyzing the PBEditorOutput.pb i found this:
ImportC #Pref$ + "libs\alibcof64.lib"
purefiler_AddStopEntry(3, 20, 1)
purefiler_AddStartEntry(3, 21, 1)
A_memcpy(*dest ...
I'm very interested in your, but there is a Problem with Import/ImportC blocks. After analyzing the PBEditorOutput.pb i found this:
ImportC #Pref$ + "libs\alibcof64.lib"
purefiler_AddStopEntry(3, 20, 1)
purefiler_AddStartEntry(3, 21, 1)
A_memcpy(*dest ...
- Mon Aug 31, 2009 12:27 pm
- Forum: Tricks 'n' Tips
- Topic: Binary search vs. Hash table
- Replies: 19
- Views: 12632
- Wed Aug 19, 2009 7:01 pm
- Forum: Announcement
- Topic: ECluster - Distributed Computing & more
- Replies: 12
- Views: 8925