CodeExplorer 880 Posted July 4, 2018 AlocLog will log VirtualAlloc, GlobalAlloc, LocalAlloc and RtlAllocateHeapand write information about these Api: parameters and returned allocated address.On Dumping dialog both checkbox "Allocate memory" and "Redirect Allocated"must be checked for Redirecting allocated memory;rest of options from Dumping dialog are optional. Please report back if it is working or not. 2 Quote Share this post Link to post
CodeExplorer 880 Posted September 12, 2018 New Dumping dialog:On Dumping dialog both checkbox "Allocate memory" and "Redirect Allocated"must be checked for Redirecting allocated memory;rest of options from Dumping dialog are optional.Only sure that VirtualAlloc redirection will work currently,Once again will be great if someone test it. Quote Share this post Link to post
CodeExplorer 880 Posted September 28, 2018 New: GlobalFix checkbox on Dumping dialog for fixing: kernel32.GlobalFlags, kernel32.GlobalSize, kernel32.GlobalLock Apis.They are also the fallowing Apis to fix: LocalLock, LocalSize, LocalFlags will be hopefully fixed on next release. Quote Share this post Link to post
CodeExplorer 880 Posted October 16, 2018 LocalReAl fix from Dumping dialog to fix LocalReAlloc Api. AlocLogBeta4.zip Quote Share this post Link to post
CodeExplorer 880 Posted January 17 New Beta 5 release:- Ability to Attach to a running process: main dialog Attach button- Now logs info like process id and thread id values- On Dumping dialog: Added "Always redirect these return address containing string" to always redirect the returned memory allocated if return address contains strings- On Dumping dialog: Added "Alloc memory in process" to allocate memory on process right before last section end: so this may fail since that memory may be occupied by other craps: - So "Break on start" and then attaching to process using Olly is still the way to go!- On Dumping dialog: Added "Memory destination" to manually specify the destination of re-directions- Now also checks if re-directions overflowsEasy start to use guide Mark Api checkboxes: VirtualAlloc, GlobalAlloc, LocalAlloc and/or RtlAllocateHeapthe Apis you wanna log, select process (exe file name), click on Start button and watch for Api alocation log result."Dumping" (redirect returned address) is by default disabled so first thing to do is click "Dumping...." from main menu, there two check-boxes are not optional: "Allocate memory" and "Redirect Allocated". AlocLogBeta5.zip 1 Quote Share this post Link to post
CodeExplorer 880 Posted April 7 What about Mac OS: XCode ? I got no knowledge about Mac OS! Quote Share this post Link to post
CodeExplorer 880 Posted November 28 New Beta 6 release: - Fixed a silly bug on "EBFE on EP" AlocLogBeta6.zip 2 Quote Share this post Link to post
tcpip 0 Posted December 3 On 11/28/2019 at 10:18 PM, CodeExplorer said: New Beta 6 release: - Fixed a silly bug on "EBFE on EP" AlocLogBeta6.zip 21.67 kB · 2 downloads Nice tool! I think it will be useful for malware analysis! Quote Share this post Link to post