RegLogger

Search This thread

Cotulla

Retired Senior Recognized Developer
Sep 8, 2007
881
5,448
RegLogger 1.0 released!

img-54208-RegLogger.png

Now you can see a registry access in your Windows CE device!

Download for PocketPC
Download for SmartPhone

Run RegLogger and select "Capture" in "Log" menu.
You can save log into text file.
I recommend if you switch focus to another application, clear "Update view" mark.
This will increase speed in times.
When you switch back to RegLogger you can set mark again, of course.
Also you can specify include and exclude filter.
It will applied only to exe filename.
If you have VGA device you can decrease font size - you will see more information.

I don't recommend to kill my program. You *should* close it via menu, otherwise your device can hang.

RegLogger is free, but you use it without any warranties.

Compatible with WM 2003 SE and WM 5.0.
Tested on Dell x51v, HTC 3400 and on emulators.
I don't know if it work on WM 6.0.
If somebody can test it, please test it.
 

Attachments

  • RegLogger.zip
    26.2 KB · Views: 2,966
Last edited:

neptune

Senior Member
May 25, 2006
589
13
London
This is great thanks....was actually looking to get something like this to log registry from a friends phone

cheers
 

pl55

Senior Member
Oct 18, 2006
133
1
I've got an error msg with Reglogger when executing the exe
Error msg: "Can't find a server process " this is running on WM6 Hermes.:(
 
Last edited:

Cotulla

Retired Senior Recognized Developer
Sep 8, 2007
881
5,448
I've got an error msg with Reglogger when executing the exe
Error msg: "Can't find a server process " this is running on WM6 Hermes.
Do you have a FILESYS.EXE process?

Anybody else can try it on WM 6?
 

Cotulla

Retired Senior Recognized Developer
Sep 8, 2007
881
5,448
could you port it to Smartphone? i tried it on my Dash and it ran but the menu items doesn't work
already done!

In ZIP included sertificate.
Possible you should install it before.

otherwise program can hang.
For Pocket PC WM 6.0 users: please try to install this version.
(it haven't some features, but it have a sign!)
 

Attachments

  • RegLogger1_1SM.zip
    29.2 KB · Views: 644

pl55

Senior Member
Oct 18, 2006
133
1
already done!

In ZIP included sertificate.
Possible you should install it before.

otherwise program can hang.
For Pocket PC WM 6.0 users: please try to install this version.
(it haven't some features, but it have a sign!)

Diff error encountered: " Process enumeration failed" - after hit OK, then the old error msg: "Can't find a server process". :(
 

Cotulla

Retired Senior Recognized Developer
Sep 8, 2007
881
5,448
yes, I added links, in case if someone will read this forum topic.

Diff error encountered: " Process enumeration failed" - after hit OK, then the old error msg: "Can't find a server process".
yes, I added this new message box.
The reason is: CreateToolhelp32Snapshot() function can't create snapshot on WM 6.0?
Strange...
I will try to fix/find workaround of this problem :)

some other tools planned too: FileMon and DbgMon.
 

baniaczek

Senior Member
Jul 1, 2005
351
2
Warsaw
yes, I added links, in case if someone will read this forum topic.


yes, I added this new message box.
The reason is: CreateToolhelp32Snapshot() function can't create snapshot on WM 6.0?
Strange...
I will try to fix/find workaround of this problem :)

some other tools planned too: FileMon and DbgMon.

Maybe this can help (probably the same problem from my StartUpManager):

Code:
#define TH32CS_SNAPNOHEAPS		0x40000000
hProcessSnap = ( HINSTANCE ) CreateToolhelp32Snapshot ( TH32CS_SNAPPROCESS | TH32CS_SNAPNOHEAPS, 0 );
 
Last edited:

Cotulla

Retired Senior Recognized Developer
Sep 8, 2007
881
5,448
RegLogger 1.2 available!

Changes:
*Autowidth feature in PPC version too.
*Old code, which no longer used, was deleted.
*New load code, so it *must* work on WM 6.0!

I wait a report from WM 6.0 users!
 

Attachments

  • RegLoggerPPC1_2.zip
    28.5 KB · Views: 279
  • RegLoggerSP1_2.zip
    28.9 KB · Views: 70