![]() |
#1
|
|||
|
|||
EmptyFinder
EmptyFinder
Find empty place inside target exe, By default Byte to find is 00 (must be entered as 2 hexadecimal bytes) you can specify on which section from PE to search, or section characteristics. Last edited by CodeCracker; 12-24-2022 at 16:42. |
The Following 2 Users Gave Reputation+1 to CodeCracker For This Useful Post: | ||
MarcElBichon (12-11-2022), user1 (12-11-2022) |
The Following 10 Users Say Thank You to CodeCracker For This Useful Post: | ||
Apuromafo (12-11-2022), Fyyre (12-21-2022), Mahmoudnia (12-11-2022), Mendax47 (12-12-2022), niculaita (12-17-2022), pnta (12-22-2022), user1 (12-11-2022), user_hidden (12-11-2022), wilson bibe (12-11-2022), Zeokat (12-11-2022) |
#2
|
|||
|
|||
Thanks CodeCracker
do you know how to make this code compatible with VS2019+? https://prnt.sc/2_-u5LTC9vsN error code is EmptyFinder\EmptyFinderDlg.cpp(56,2): error C2440: 'static_cast': cannot convert from 'void (__thiscall CEmptyFinderDlg::* )(HDROP)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' |
#3
|
|||
|
|||
EmptyFinder v2
EmptyFinder v2: added "dec" and "hex" radio for setting base of "Min number of bytes".
@sendersu: This seems to be related to drag and drop support, don't know about drag and drop in VS2019+. |
The Following 4 Users Say Thank You to CodeCracker For This Useful Post: | ||
Fyyre (12-21-2022), niculaita (12-17-2022), pnta (12-22-2022), user_hidden (12-22-2022) |
#4
|
|||
|
|||
@CodeCracker,
1. Searching for empty bytes mean null bytes right? If so can we change the sought value; like 0x00 to 0xCC or to 0xFF 2. Can we search a pattern? (More than one byte) Sorry, I am asking because i cannot download the files. |
#5
|
|||
|
|||
1. Yes 2. No.
1. empty bytes means usually 00, you can enter other hex byte value like CC or FF under "Byte to find" textbox. By default searches for 00 byte |
The Following User Says Thank You to CodeCracker For This Useful Post: | ||
blue_devil (12-22-2022) |
#6
|
|||
|
|||
Thank for interest on my tool EmptyFinder,
here is the uploaded exe: https://www10.zippyshare.com/v/Z0Ep9u98/file.html |
The Following 2 Users Say Thank You to CodeCracker For This Useful Post: | ||
blue_devil (12-27-2022), retro (12-26-2022) |
![]() |
Thread Tools | |
Display Modes | |
|
|