Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 01-18-2019, 02:11
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 453
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,812 Times in 348 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
AlocLog

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
Attached Files
File Type: zip AlocLogBeta5.zip (21.7 KB, 31 views)
Reply With Quote
The Following User Gave Reputation+1 to CodeCracker For This Useful Post:
niculaita (01-18-2019)
The Following 11 Users Say Thank You to CodeCracker For This Useful Post:
ahmadmansoor (01-18-2019), Doit (12-02-2019), Indigo (07-19-2019), mrsick (11-16-2022), niculaita (01-18-2019), p4r4d0x (01-18-2019), sh3dow (09-07-2022), taos (01-18-2019), tonyweb (01-18-2019), user1 (01-22-2019), wilson bibe (01-18-2019)
  #2  
Old 11-27-2019, 18:48
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 453
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,812 Times in 348 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
New Beta 6 release

New Beta 6 release:
- Fixed a silly bug on "EBFE on EP"
Attached Files
File Type: zip AlocLogBeta6.zip (21.7 KB, 25 views)
Reply With Quote
The Following 2 Users Say Thank You to CodeCracker For This Useful Post:
Eugen (12-02-2019), Jupiter (11-28-2019)
  #3  
Old 11-28-2019, 02:05
Jupiter's Avatar
Jupiter Jupiter is offline
Lo*eXeTools*rd
 
Join Date: Jan 2005
Location: Moscow, Russia
Posts: 214
Rept. Given: 36
Rept. Rcvd 61 Times in 36 Posts
Thanks Given: 20
Thanks Rcvd at 149 Times in 42 Posts
Jupiter Reputation: 61
CodeCracker, could you compile and link AlocLog.exe without mfc42.dll and msvcp60.dll dependences?
__________________
EnJoy!
Reply With Quote
  #4  
Old 04-26-2020, 05:20
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 453
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,812 Times in 348 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
AlocLog interferes with Poison.dll plugin for Olly, I don't know yet why.
Reply With Quote
  #5  
Old 04-26-2020, 12:12
Stingered Stingered is offline
Friend
 
Join Date: Dec 2017
Posts: 256
Rept. Given: 0
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 296
Thanks Rcvd at 178 Times in 89 Posts
Stingered Reputation: 2
Quote:
Originally Posted by CodeCracker View Post
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?
Reply With Quote
  #6  
Old 04-26-2020, 20:11
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 453
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,812 Times in 348 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
This is a public tool,
Try to download from here:
https://www89.zippyshare.com/v/MFSdC57x/file.html
Reply With Quote
  #7  
Old 04-27-2020, 02:38
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 453
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,812 Times in 348 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
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".
Reply With Quote
  #8  
Old 05-29-2021, 19:50
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 453
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,812 Times in 348 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
AlocLog Final

Final version finally released, + source code Visual C++ 6.
* Fixed various bugs
* Added Unhook button to unhook all Apis.
Attached Files
File Type: zip AlocLogFinal_SrcVC6.zip (130.3 KB, 24 views)
File Type: zip AlocLogFinalExe.zip (22.4 KB, 22 views)
Reply With Quote
The Following User Gave Reputation+1 to CodeCracker For This Useful Post:
MarcElBichon (05-29-2021)
The Following 5 Users Say Thank You to CodeCracker For This Useful Post:
Jupiter (10-17-2021), niculaita (11-17-2022), sh3dow (09-07-2022), uranus64 (05-31-2021), wilson bibe (05-29-2021)
  #9  
Old 09-07-2022, 01:16
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 453
Rept. Given: 27
Rept. Rcvd 398 Times in 129 Posts
Thanks Given: 21
Thanks Rcvd at 1,812 Times in 348 Posts
CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399 CodeCracker Reputation: 300-399
New version (final v2)

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"
Attached Files
File Type: rar AlocLogFinal_v2_src.rar (104.5 KB, 20 views)
File Type: rar AlocLogFinal_v2-Exe.rar (20.4 KB, 23 views)
Reply With Quote
The Following 3 Users Gave Reputation+1 to CodeCracker For This Useful Post:
MarcElBichon (09-07-2022), sh3dow (09-07-2022), tonyweb (09-07-2022)
The Following 11 Users Say Thank You to CodeCracker For This Useful Post:
canopus (09-26-2022), Fyyre (11-17-2022), niculaita (11-17-2022), sh3dow (09-07-2022), TechEx (09-07-2022), uranus64 (09-07-2022), user_hidden (09-07-2022), virus (11-15-2022), Vosiyons (09-07-2022), wilson bibe (09-07-2022), zeuscane (11-15-2022)
  #10  
Old 11-15-2022, 21:59
virus virus is offline
Friend
 
Join Date: Apr 2002
Posts: 55
Rept. Given: 3
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 17
Thanks Rcvd at 17 Times in 11 Posts
virus Reputation: 2
Quote:
Originally Posted by CodeCracker View Post
New version (final v2):...
Could you please upload it to some public place?
Reply With Quote
The Following User Says Thank You to virus For This Useful Post:
foosaa (11-20-2022)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 14:23.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )