![]() |
|
#16
|
||||
|
||||
|
The intermittent x32 crashes were due to unsafe modeless-dialogue copying, where some windows were assigned through a custom operator=() that only copied m_hWnd. I removed that pattern, and the dialogue classes are now non-copyable, so the same bug cannot silently return in the future.
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com |
| The Following 3 Users Gave Reputation+1 to Shub-Nigurrath For This Useful Post: | ||
| The Following 4 Users Say Thank You to Shub-Nigurrath For This Useful Post: | ||
CodeCracker (04-15-2026), MarcElBichon (04-15-2026), user_hidden (04-15-2026), yoza (04-15-2026) | ||
|
#17
|
|||
|
|||
|
Thank you.
It will be great if "Hex" option from Inspect Memory will show both Hex and ASCII or UNICODE, something like "Hex&Ascii" and also "Hex&Unicode". "Inspect Memory" Patch button now show this error: https://ibb.co/xqWMYhmR "Inspect Memory" -> "Inspect Memory" button now does nothing, nothing happens when is pressed. |
|
#18
|
||||
|
||||
|
OK, worked on that.
v1.2 fixes those issues and a couple of others you didn't spot (for example, the module selection). Now, double-clicking on the DLL or module selection does the job.
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com Last edited by Shub-Nigurrath; 04-15-2026 at 19:00. |
| The Following User Gave Reputation+1 to Shub-Nigurrath For This Useful Post: | ||
CodeCracker (04-15-2026) | ||
| The Following 3 Users Say Thank You to Shub-Nigurrath For This Useful Post: | ||
|
#19
|
|||
|
|||
|
Let me know if you are interest to develop it further.
For Ascii and Unicode will be great it will be two option checkboxes: case-sensitive (Where the case of letters matters) and case-intensive (Where the case of letters doesn't matter). I've notice that the 32 bits MemoryHacker still crushes sometimes. Do you know why Memory Block doesn't show low addresses? It start with 00D70000 address? On "Memory inspect" "Split string len" value doesn't seems to matter while pressing Inspect. On memory inspect chars ^^ ^^ will be great if it will not be there at all, like the space " ^^ ". Instead it will be much nicer if you will bold the target area. I don't know if you like the idea, let me know. Winrar 64 bits textbox is limited to entering 8 hexadecimal numbers while in 64 bits should be 16 hexadecimal numbers; in Customize dialog. "Get process state" doesn't look good; it is it too large. |
| The Following User Says Thank You to CodeCracker For This Useful Post: | ||
niculaita (04-16-2026) | ||
|
#20
|
||||
|
||||
|
here is
Now changelog.md contains the list of additions I have made since the initial fork. For the moment, I'll freeze the project unless there are important bugs or excellent ideas :-P best Shub
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com |
| The Following User Gave Reputation+1 to Shub-Nigurrath For This Useful Post: | ||
blue_devil (04-16-2026) | ||
| The Following 2 Users Say Thank You to Shub-Nigurrath For This Useful Post: | ||
blue_devil (04-16-2026), niculaita (04-16-2026) | ||
|
#21
|
|||
|
|||
|
MemoryHacker_Shub-fork v1.2.2
MemoryHacker Shub-fork v1.2.2
For MemoryHacker Shub-fork v1.2.1 see CHANGELOG.md for full details of changes made by Shub-Nigurrath Read MemoryHackerReadMe.txt for how to use this tool. MemoryHacker by Shub-Nigurrath and CodeCracker v1.2.2: - Switched to VS Community 2017, Platform Toolset "Visual Studio 2017 - Windows XP (v141_xp) - Mirror interface changes - Now writes if MemoryHacker is 32 bits or 64 bits, now write "Administrator" if is runned as admninistrator - Now you can patch with any hex/Ascii/Unicode in Inspect Memory, but hex values lenght should be even (divisible by 2) Left to do: 1. Inspect Memory dialog interface looks strange 2. Memory Block doesn't show low addresses 3. Adding an manifest to program, I don't know how to do this For some reasons the 32 bits version gets compiled in Debug/Release folders while 64 bits versions gets compiled in x64 folder |
| The Following User Gave Reputation+1 to CodeCracker For This Useful Post: | ||
user1 (04-16-2026) | ||
|
#22
|
||||
|
||||
|
Hi all
I like clean things. I therefore did some additional tweaks. I am compiling with VS 2026 and needed to modify the vsproj, so it compiles automatically on any installation, adapting to what's installed on the machine. V 1.2.3 MemoryHacker 1.2.3 focuses on building reliability and finishing the remaining UI/configuration cleanup. The project now adapts to the toolchains actually installed on the system, builds cleanly in modern Visual Studio environments, embeds a proper application manifest, and keeps Win32/x64 outputs organised under x32 and x64 folders. On the app side, the Inspect Memory window now has a corrected layout, and the Memory Block view was widened so addresses display properly on both 32-bit and 64-bit builds. Windows XP buildability is still possible with v141_xp installed, but modern v145 builds should not be assumed to be XP-compatible. Hence, if you want to have it on XP, someone with an older version of Visual Studio needs to give it a compilation twist edited NEW v1.2.4 Fix memory problems. The main problems were unsafe parsing of remote PE headers in the modules view, fixed-size custom-range arrays that could overflow, an off-by-one bug when removing custom ranges, a fixed-size selected-index buffer that could corrupt heap memory when too many rows were selected, and suspend/resume code that assumed handles and ntdll exports were always valid. Best Shub
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com Last edited by Shub-Nigurrath; 04-17-2026 at 22:26. |
| The Following 2 Users Gave Reputation+1 to Shub-Nigurrath For This Useful Post: | ||
CodeCracker (04-17-2026), Jupiter (04-22-2026) | ||
| The Following 5 Users Say Thank You to Shub-Nigurrath For This Useful Post: | ||
besoeso (04-18-2026), CodeCracker (04-17-2026), emo (04-20-2026), niculaita (04-17-2026), user_hidden (04-17-2026) | ||
|
#23
|
||||
|
||||
|
v1.2.4 uploaded to the edited version of my previous post
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com |
| The Following User Gave Reputation+1 to Shub-Nigurrath For This Useful Post: | ||
CodeCracker (04-18-2026) | ||
| The Following 3 Users Say Thank You to Shub-Nigurrath For This Useful Post: | ||
|
#24
|
|||
|
|||
|
Hi. I found new problems with v1.2.4/v1.2.3: it can't even see some processes for example WinStore.App.exe; they are 64 bits processes - original build I've created works fine.
|
| The Following User Says Thank You to CodeCracker For This Useful Post: | ||
niculaita (05-06-2026) | ||
|
#25
|
||||
|
||||
|
v1.2.4 changed the process picker from a flat list into a parent/child tree, but only root nodes are expanded initially. Processes like WinStore.App.exe can be correctly enumerated yet buried under a collapsed parent, so they look missing .. that was an easy patch: I added an "Expand(treeItem, TVE_EXPAND)" in the opening
I also added two nice features: - add: search incremental case-insensitive, with next/prev buttons for process name, ctrl-f also supported. - add: drag & drop icon to select the process visually (like Process Explorer from sysinternals) - fix: a message "searching .. please wait" in the memory search dialog Attached the new version 1.2.5
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪) There are only 10 types of people in the world: Those who understand binary, and those who don't http://www.accessroot.com Last edited by Shub-Nigurrath; 05-06-2026 at 06:36. |
| The Following 2 Users Say Thank You to Shub-Nigurrath For This Useful Post: | ||
besoeso (05-14-2026), wx69wx2023 (05-06-2026) | ||
|
#26
|
|||
|
|||
|
Ah, I got it the process is under wininit.exe -> services.exe -> svchost.exe
my bad. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|