Exetools

Exetools (https://forum.exetools.com/index.php)
-   Community Tools (https://forum.exetools.com/forumdisplay.php?f=47)
-   -   AlocLog (https://forum.exetools.com/showthread.php?t=19095)

CodeCracker 01-18-2019 02:11

AlocLog
 
1 Attachment(s)
AlocLog will log VirtualAlloc, GlobalAlloc, LocalAlloc and RtlAllocateHeap
and 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.

Easy start to use guide Mark Api checkboxes: VirtualAlloc, GlobalAlloc, LocalAlloc and/or RtlAllocateHeap
the 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".

New on 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 overflows

CodeCracker 11-27-2019 18:48

New Beta 6 release
 
1 Attachment(s)
New Beta 6 release:
- Fixed a silly bug on "EBFE on EP"

Jupiter 11-28-2019 02:05

CodeCracker, could you compile and link AlocLog.exe without mfc42.dll and msvcp60.dll dependences?

CodeCracker 04-26-2020 05:20

AlocLog interferes with Poison.dll plugin for Olly, I don't know yet why.

Stingered 04-26-2020 12:12

Quote:

Originally Posted by CodeCracker (Post 119950)
AlocLog interferes with Poison.dll plugin for Olly, I don't know yet why.

Some here are not so lucky, my friend, external D/L if you can? :)

CodeCracker 04-26-2020 20:11

This is a public tool,
Try to download from here:
https://www89.zippyshare.com/v/MFSdC57x/file.html

CodeCracker 04-27-2020 02:38

It is seems to enter under infinite loop when Poison plugin is present in Olly plugin directory,
but I finally got it: it interferes with "Heap Flag" from Poison, so all you gotta do is disable "Heap Flag".

CodeCracker 05-29-2021 19:50

AlocLog Final
 
2 Attachment(s)
Final version finally released, + source code Visual C++ 6.
* Fixed various bugs
* Added Unhook button to unhook all Apis.

CodeCracker 09-07-2022 01:16

New version (final v2)
 
2 Attachment(s)
New version (final v2):
- Added "While kernel32 loaded" to loop process until kernel32.dll is loaded
- Added "Nasty LocalRealoc Patches" just to be able to not do some LocalRealoc patches which cause problems with some Asprotect targets
- Added "DON'T redirect if return address contains strings (separated by space)" in "Dumping dialog" to not redirect these return addresses (exceptions to redirections)
- Added "Recomend2" in "Dumping dialog" - some good settings for "Dumping dialog"

virus 11-15-2022 21:59

Quote:

Originally Posted by CodeCracker (Post 125940)
New version (final v2):...

Could you please upload it to some public place?


All times are GMT +8. The time now is 17:26.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX