"Data\Local\Filter.bmd - File corrupted."
Teach to remove check CRC with files in main.exe
Many Managers face with such problem: When change of some files in client, when entering in play client then gives here is such error:
- Example: "Data\Local\Filter.bmd - File corrupted." (Can be any file: Text.bmd, Item.bmd и e.t.)
This error is concluded in that that main.exe will check CRC determined files and when change some checked file, client you give error!
# OllyDbg v1.10: Is a 32-bit code level debugger. OllyDbg has an emphasis on binary code analysis making it particularly useful in cases where the source is unavailable. It runs as an ordinary process parallel to the debugged application and allows you full control over the application. OllyDbg recognizes procedures, API call parameters, switches, tables, constants, and strings. It dynamically traces stack frames, locates routines from object files and libraries, and allows custom labels and comments in disassembled code. The program supports conditional, logging, and memory breakpoints. As well, it understands MMX and 3DNow! commands, and writes patches back to an executable file..
Files.MuForum.Info: Download
RapidShare.Com: Download
zShare.Net: Download
# Russian variant Guide: For people, who talks in russian! (Русский вариант Guide!)
We Proceed with the suit:
----------------------------------
- Open main.exe by means of program "OllyDbg v1.10".
-- We Press "Alt+E".
-- We Choose in section "Path" line with way to main.exe and press the left call two times.
-
-- Appear new window(Right call) -> Search for -> All referenced text strings.
-
-- Appear new window(Right call) -> Search for text ->
-
-- We Enter the word, which want to find. (Note: Mark must be on point "Entire scope")
-
-- You Press two times left call on inscription.
-
-- Before you to appear here is such window, with which in the following we shall work!
-
-- Here is piece of the code, with which you to come to work! (Note: Pay attention to lines "PUSH main.xxx" and "CALL main.xxx")
-
-- Now you it is necessary to press on "PUSH main.xxx" lines "ASCII "Data\Local\Item.bmd"" (Two times press left call) -> copy the text and close this small window.
-
-- Now we press two times on "PUSH main.xxx" lines "ASCII "Data\Local\Filter.bmd"" and change that code, on code, which we have copied in previous action!
-- Now you it is necessary to press on "CALL main.xxx" lines "ASCII "Data\Local\Item.bmd"" (Two times press left call) -> copy the text and close this small window.
-- Now we press two times on "CALL main.xxx" lines "ASCII "Data\Local\Filter.bmd"" and change that code, on code, which we have copied in previous action!
-- After change "CALL main.xxx" and "PUSH main.xxx", beside you must be here is such picture!
-
-
------
Credits go to S@nek[BoR]
Thank you eRRoR[CzF] for help in creation this Guide.












Reply With Quote





