展开全部
程序是EXE的,里面有一些图片和一些CAD的DWG文件,打开之后,里面的图片DWG文件都可以用第三方软件浏览,但不能复制,剪切,粘帖出来!执行EXE文件的时候先是提示文件自解压中,请稍后。。。过会就打开文件窗口了,除了双击打开文件,鼠标右键菜单什么的都不能用!而关闭文件的过程中又会生成一个跟文件同名后缀TMP的文件,等文件彻底关闭就自动删除了! 我现在请教高手的是怎么才能把里面的文件复制或剪贴出来!程序描述是:LdCab MFC Application 用PEID扫描过显示是MICROSOFT VISUAL C++ 6.0入口点:00009247 EP区段:.text 文件偏移:0009247 首字节:55,8B,EC,6A 链接器信息:6.0 子系统:WIN32 GUI 也用了exeSCOPE
用EXESCOPE打开后输出的RC文件
#include <winres.h>
LANGUAGE 9, 1
102 DIALOGEX 0,0,320,200
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_MODALFRAME
CAPTION "LdCab"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",1,260,7,50,14,0
PUSHBUTTON "Cancel",2,260,23,50,14,0
LTEXT "TODO: Place dialog controls here.",-1,50,90,200,8,WS_GROUP
END
30721 DIALOG 9,26,183,70
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_3DLOOK
CAPTION "New"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT ""&New "",-1,6,5,123,8,0
LISTBOX 100,6,15,125,49,WS_TABSTOP | WS_BORDER | WS_VSCROLL | LBS_NOTIFY
DEFPUSHBUTTON "OK",1,137,6,40,14,0
PUSHBUTTON "Cancel",2,137,23,40,14,0
PUSHBUTTON "&Help",-7866,137,43,40,14,0
END
STRINGTABLE DISCARDABLE
BEGIN
61440 "Open"
61441 "Save As"
61442 "All Files (*.*)"
61443 "Untitled"
61446 "an unnamed file"
61457 "&Hide"
61472 "No error message is available."
61473 "An unsupported operation was attempted."
61474 "A required resource was unavailable."
61475 "Out of memory."
61476 "An unknown error has occurred."
61696 "Invalid filename."
61697 "Failed to open document."
61698 "Failed to save document."
61699 "Save changes to %1?"
61700 "Failed to create empty document."
61701 "The file is too large to open."
61702 "Could not start print job."
61703 "Failed to launch help."
61704 "Internal application error."
61705 "Command failed."
61706 "Insufficient memory to perform operation."
61707 "System registry entries have been removed and the INI file (if any) was deleted."
61708 "Not all of the system registry entries (or INI file) were removed."
61709 "This program requires the file %s, which was not found on this system."
61710 "This program is linked to the missing export %s in the file %s. This machine may have an incompatible version of %s."
61712 "Please enter an integer."
61713 "Please enter a number."
61714 "Please enter an integer between %1 and %2."
61715 "Please enter a number between %1 and %2."
61716 "Please enter no more than %1 characters."
61717 "Please select a button."
61718 "Please enter an integer between 0 and 255."
61719 "Please enter a positive integer."
61720 "Please enter a date and/or time."
61721 "Please enter a currency."
61728 "Unexpected file format."
61729 "%1\nCannot find this file.\nPlease verify that the correct path and file name are given."
61730 "Destination disk drive is full."
61731 "Unable to read from %1, it is opened by someone else."
61732 "Unable to write to %1, it is read-only or opened by someone else."
61733 "An unexpected error occurred while reading %1."
61734 "An unexpected error occurred while writing %1."
61836 "Unable to read write-only property."
61837 "Unable to write read-only property."
61840 "Unable to load mail system support."
61841 "Mail system DLL is invalid."
61842 "Send Mail failed to send message."
61856 "No error occurred."
61857 "An unknown error occurred while accessing %1."
61858 "%1 was not found."
61859 "%1 contains an invalid path."
61860 "%1 could not be opened because there are too many open files."
61861 "Access to %1 was denied."
61862 "An invalid file handle was associated with %1."
61863 "%1 could not be removed because it is the current directory."
61864 "%1 could not be created because the directory is full."
61865 "Seek failed on %1"
61866 "A hardware I/O error was reported while accessing %1."
61867 "A sharing violation occurred while accessing %1."
61868 "A locking violation occurred while accessing %1."
61869 "Disk full while accessing %1."
61870 "An attempt was made to access %1 past its end."
61872 "No error occurred."
61873 "An unknown error occurred while accessing %1."
61874 "An attempt was made to write to the reading %1."
61875 "An attempt was made to access %1 past its end."
61876 "An attempt was made to read from the writing %1."
61877 "%1 has a bad format."
61878 "%1 contained an unexpected object."
61879 "%1 contains an incorrect schema."
61888 "pixels"
END
LANGUAGE 4, 2
103 DIALOG 0,0,281,68
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME
CAPTION "文件"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER,19,36,240,14
LTEXT "文件自解压中,请稍侯。。。",-1,19,19,207,8,WS_GROUP
END
用EXESCOPE打开后输出的RC文件
#include <winres.h>
LANGUAGE 9, 1
102 DIALOGEX 0,0,320,200
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_MODALFRAME
CAPTION "LdCab"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",1,260,7,50,14,0
PUSHBUTTON "Cancel",2,260,23,50,14,0
LTEXT "TODO: Place dialog controls here.",-1,50,90,200,8,WS_GROUP
END
30721 DIALOG 9,26,183,70
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_3DLOOK
CAPTION "New"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT ""&New "",-1,6,5,123,8,0
LISTBOX 100,6,15,125,49,WS_TABSTOP | WS_BORDER | WS_VSCROLL | LBS_NOTIFY
DEFPUSHBUTTON "OK",1,137,6,40,14,0
PUSHBUTTON "Cancel",2,137,23,40,14,0
PUSHBUTTON "&Help",-7866,137,43,40,14,0
END
STRINGTABLE DISCARDABLE
BEGIN
61440 "Open"
61441 "Save As"
61442 "All Files (*.*)"
61443 "Untitled"
61446 "an unnamed file"
61457 "&Hide"
61472 "No error message is available."
61473 "An unsupported operation was attempted."
61474 "A required resource was unavailable."
61475 "Out of memory."
61476 "An unknown error has occurred."
61696 "Invalid filename."
61697 "Failed to open document."
61698 "Failed to save document."
61699 "Save changes to %1?"
61700 "Failed to create empty document."
61701 "The file is too large to open."
61702 "Could not start print job."
61703 "Failed to launch help."
61704 "Internal application error."
61705 "Command failed."
61706 "Insufficient memory to perform operation."
61707 "System registry entries have been removed and the INI file (if any) was deleted."
61708 "Not all of the system registry entries (or INI file) were removed."
61709 "This program requires the file %s, which was not found on this system."
61710 "This program is linked to the missing export %s in the file %s. This machine may have an incompatible version of %s."
61712 "Please enter an integer."
61713 "Please enter a number."
61714 "Please enter an integer between %1 and %2."
61715 "Please enter a number between %1 and %2."
61716 "Please enter no more than %1 characters."
61717 "Please select a button."
61718 "Please enter an integer between 0 and 255."
61719 "Please enter a positive integer."
61720 "Please enter a date and/or time."
61721 "Please enter a currency."
61728 "Unexpected file format."
61729 "%1\nCannot find this file.\nPlease verify that the correct path and file name are given."
61730 "Destination disk drive is full."
61731 "Unable to read from %1, it is opened by someone else."
61732 "Unable to write to %1, it is read-only or opened by someone else."
61733 "An unexpected error occurred while reading %1."
61734 "An unexpected error occurred while writing %1."
61836 "Unable to read write-only property."
61837 "Unable to write read-only property."
61840 "Unable to load mail system support."
61841 "Mail system DLL is invalid."
61842 "Send Mail failed to send message."
61856 "No error occurred."
61857 "An unknown error occurred while accessing %1."
61858 "%1 was not found."
61859 "%1 contains an invalid path."
61860 "%1 could not be opened because there are too many open files."
61861 "Access to %1 was denied."
61862 "An invalid file handle was associated with %1."
61863 "%1 could not be removed because it is the current directory."
61864 "%1 could not be created because the directory is full."
61865 "Seek failed on %1"
61866 "A hardware I/O error was reported while accessing %1."
61867 "A sharing violation occurred while accessing %1."
61868 "A locking violation occurred while accessing %1."
61869 "Disk full while accessing %1."
61870 "An attempt was made to access %1 past its end."
61872 "No error occurred."
61873 "An unknown error occurred while accessing %1."
61874 "An attempt was made to write to the reading %1."
61875 "An attempt was made to access %1 past its end."
61876 "An attempt was made to read from the writing %1."
61877 "%1 has a bad format."
61878 "%1 contained an unexpected object."
61879 "%1 contains an incorrect schema."
61888 "pixels"
END
LANGUAGE 4, 2
103 DIALOG 0,0,281,68
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME
CAPTION "文件"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL "Progress1",1000,"msctls_progress32",WS_BORDER,19,36,240,14
LTEXT "文件自解压中,请稍侯。。。",-1,19,19,207,8,WS_GROUP
END
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询