What's new
RevTeam.Re - Reverse Engineering Team

Welcome Guest! Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox! Register and wait for our approve!

Solved Need crack Vbacompiler version 1.9.8(Solved)

Solved Request

shaokui123

Active member
Joined
Aug 17, 2023
Messages
35
Reaction score
18
Please, Log in to view quote content!
这个文件的编辑我知道,但是它只是显示了一小部分自定义的设置,还有很多显示信息没有办法编辑,只能通过od逆向修改
I know how to edit this file, but it only displays a small part of the custom settings, and there are still many display information that cannot be edited. It can only be modified in reverse through OD
 

shaokui123

Active member
Joined
Aug 17, 2023
Messages
35
Reaction score
18
微信截图_20250411083826.jpg31023.jpg

把这个程序所有的显示信息翻译成我能明白的语言,界面控件按钮等信息修改很容易,但是有些字符串是加密的。问题是可以在od软件里修改并得到结果,但是无法保存,如图片所显示那样,加密字符串在内存中解密,od只能在系统领空中修改导致无法保存出来新程序
Translating all the display information of this program into a language that I can understand, modifying interface controls, buttons, and other information is easy, but some strings are encrypted. The problem is that it can be modified and the result obtained in the OD software, but it cannot be saved, as shown in the picture. The encrypted string is decrypted in memory, and the OD can only be modified in the system airspace, resulting in the inability to save the new program
朋友们有时间能帮忙看看并指点我如何具体操作吗?
Do you have time to help me take a look and guide me on how to operate it specifically?
 

shaokui123

Active member
Joined
Aug 17, 2023
Messages
35
Reaction score
18
别的朋友修改了标题给我截图看了效果,告诉我这个程序标题和关于部分加密的字符无法修改保存,只能用hook的技术修改并生成一个补丁,程序运行的时候加载这个补丁实现修改翻译的效果,有会的朋友们指点传授一下吗?
Another friend modified the title and showed me a screenshot of the effect. They told me that the title and some encrypted characters of this program cannot be modified or saved, and can only be modified using hook technology to generate a patch. When the program runs, load this patch to achieve the effect of modifying the translation. Do you have any friends who know how to guide me?
 

Sygmund Oose

Well-known member
Joined
Jul 10, 2023
Messages
57
Reaction score
45
You can modify any text in the program using a hex editor, but there will be a cost: the loss of the signature. With this loss also occurs a corruption of the hash and the result is unpredictable on each system. I don't understand the argument that motivates you to do this and whatever it is it is just a meaningless nitpicking.
 

shaokui123

Active member
Joined
Aug 17, 2023
Messages
35
Reaction score
18
Please, Log in to view quote content!
我的目的是要把这个程序显示的文字都翻译成我的母语,这样可以方便不会英语的朋友们使用。十六进制可以修改程序主界面的文字信息,但是标题和关于里面的文字信息是加密的十六进制找不到也修改不了。
My goal is to translate all the text displayed in this program into my native language, so that it can be convenient for friends who do not speak English to use. Hexadecimal can modify the text information on the main interface of the program, but the title and the text information inside are encrypted in hexadecimal and cannot be found or modified.
我的目标是翻译所有案文显示在这一程序并入我的母语,所以,它可以方便的朋友谁不讲英语的使用。 十六可以修改的文本信息的主要接口的程序,但标题和案文内的信息都是加密的进和无法被找到,或者修改。
双语对照微信截图_20250414213431.jpg
第一张图片是别人分析的截图,但是说的很笼统没看懂,“”先在SetWindowTextW设置断点 载入哪个弹窗的时候就会断下来 第一次应该就是标题 看调用堆栈 找到第一个处于那个DLL领空的地址 是个call eax 下断点 重载 F7 就到cbinrtl.dll内部了 走着走着 就会出现上面那些加密的字符串 一会儿就到解密的地方了 比如这 把当前字符的HEX(0x42) 先减0x30 跟9比 如果大于 就继续用这个0x42 -0x41 再跟0x1A比较 就那几行“”。
第二张图片是编译后的dll文件截图,它的标题就是加密的字符串Lu[K5TKIJHLHIL4HWOaOXDpRi1NQhLbSWOrRn1IHtDMPh1
The first image is a screenshot of someone else's analysis, but it was too vague to understand. "When setting a breakpoint in SetWindowTextW to load which pop-up window, it will break first. The first time should be to look at the call stack and find the first address in the DLL's airspace, which is called eax. When reloading F7 at the breakpoint, it will enter the cbinrtl.dll. As you walk, the encrypted strings above will appear. After a while, it will be decrypted. For example, if the HEX (0x42) of the current character is greater than 9, subtract 0x30 first. If it is greater than 9, continue to use 0x42-0x41 and compare it with 0x1A. That's just a few lines.
第一次图像的截图的其他人的分析,但它是太含糊不清的理解。 "当设置一个断点在SetWindowTextW载其弹出式窗口,它会破坏第一次。 第一次应该来看看的话堆和找到第一个地址在DLL领空,这就是所谓的eax. 时装F7在断点,它将进入cbinrtl.dll. 你走,密串上会出现。 一段时间后,它会进行解密。 例如,如果HEX(0x42)当前的角色是大于9、减0x30第一次。 如果是大于9,继续使用0x42-0x41并比较它与0x1A. 这只是一些线。
The second image is a screenshot of the compiled DLL file, with the title being the encrypted string Lu [K5TKIJHLHIL4HWOaOXDpRi1NQhLbSWOrRn1IHDMPH1]
第二个图像的截图的编译DLL文件,标题是加密串卢[K5TKIJHLHIL4HWOaOXDpRi1NQhLbSWOrrn1ihdmph1]
微信截图_20250414213431.jpg
 

Gasmask

Member
Joined
Apr 1, 2023
Messages
12
Reaction score
2
Please, Log in to view quote content!
Hello @Sygmund Oose
thanks for the file
can you do something about the texts showing up
i created 14 days trial excel
so i gave it to someone
if he relies that i used vba compiler
so he can use it lifetime
is this possible to change the messages showing up???

in trial version of vba compiler - we can translate it through "C:\Program Files (x86)\DoneEx\VbaCompiler\rsc\english.txt"
but in cracked version its not possible

is there a way?????????
 

zwangsw

Well-known member
Joined
Nov 6, 2024
Messages
60
Reaction score
214
And what do we get out of it?
 

shaokui123

Active member
Joined
Aug 17, 2023
Messages
35
Reaction score
18
Please, Log in to view quote content!
一个信息发布平台,要卖钱的,销售者生成破解了2.7.8的程序,需要使用一个补丁即可解除限制,但是我怀疑所以没有购买。不知道真假的。
An information publishing platform that wants to sell for money, the seller generated a program that cracked 2.7.8, requiring the use of a patch to lift the restriction, but I suspect that this is why I did not purchase it. I don't know if it's true or false.
 

Corvus@206

Active member
Joined
Feb 25, 2025
Messages
31
Reaction score
13
i'm finding someone for more checking my crack solution of v2.8.2 and v2.8.3. :cool:
but these solutions are working on only 64bit compiling currently and i already identified normal working on my 3 machines.
i didn't fix it on 32bit compiling yet. ;)

and i'll accept only first 2 requests for more checking.
 
Last edited:

Sygmund Oose

Well-known member
Joined
Jul 10, 2023
Messages
57
Reaction score
45
Version 2.8.3 handles public and private keys differently compared to other versions. This is a factor that must be taken into account when creating keys.



Capturar.PNG
 
Top