-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCC/LE 64-bit Crashes on Loading / Attaching #354
Comments
tcc.exe has been compiled with large address support disabled.
DLL injection requires guessing the address of LoadLibraryW function in the target process. We assume ConsoleZ and target process loads kernel32 module in the same address space. You can modify the flag with EditBin.exe: After modification, the DLL injection will be a success.
Note: editbin.exe and dumpbin.exe are parts of Visual Studio. If you don't want install Visual Studio you use another tools. With CFF Explorer (http://www.ntcore.com/exsuite.php): |
Thank you very much! I'll file a bug report with JPSoft asking them to enable large address support in the next update. |
Expected Behavior
Open a TCC/LE 64-bit tab in ConsoleZ 64-bit and have it working.
Actual Behavior
Opening a TCC/LE 64-bit tab from within ConsoleZ, or trying to attach a running one, causes a crash followed by a DLL injection error:
a) When launching directly:
b) When attaching an existing console:
Steps to reproduce
Diagnostic Report
Crash Report
The text was updated successfully, but these errors were encountered: