The Godfather talking
You may crack software. How about me?
Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 19, 2024, 02:56:37 02:56


Login with username, password and session length


Pages: 1 [2]  All
Print
Author Topic: [Required]CIMCO Software Suite  (Read 11816 times)
0 Members and 1 Guest are viewing this topic.
hosmis
Active Member
***
Offline Offline

Posts: 173

Thank You
-Given: 326
-Receive: 243


« Reply #25 on: January 23, 2015, 05:14:11 17:14 »

new
7.01.25

Logged
Professor_Bidoof
Newbie
*
Offline Offline

Posts: 11

Thank You
-Given: 5
-Receive: 7


« Reply #26 on: April 05, 2015, 11:45:50 11:45 »

The newest version of CIMCO to date that I post this is 7.50.13

The link from CIMCO is: http://www.cimco.com/products/download/CIMCO_75013.exe

This post applies to the following parts of it:

CimcoDNC.exe (Sub is F3C0)
CIMCOEdit.exe (Sub is BC8B0)
DNCAdmin.exe (Sub is 65B10)
DNCMax.exe (Sub is 538E0)
DNCMaxCtrl.exe (Sub is 108D0)
DNCMaxServiceManager.exe (Sub is 18DF0)


I have inspected all of the above programs in Ida Pro 6.5 and a few hex editors to show they use the same process. Thanks to the previous posts and especially "yahoo"! I appreciate it!

All of the above sub addresses (and this post) apply to version 7.50.13.

Example from CIMCOEdit-

CIMCOEdit.exe- {Assembly code instruction explanation}
Original-
JA LOC_BC9AE  ADDRESS: SUB_BC8B0+45 (BC8F5)
JNZ LOC_BC92D ADDRESS: SUB_BC8B0+107 (BC9B7)
JGE LOC_BC92D ADDRESS: SUB_BC8B0+114 (BC9C4)
JZ  LOC_BC92D ADDRESS: SUB_BC8B0+129 (BC9D9)
Modified-
BC8F5: NOP
BC8F6: JMP BC9AE
BC9B7: NOP NOP NOP NOP NOP NOP
BC9C4: NOP NOP NOP NOP NOP NOP
BC9D9: NOP NOP NOP NOP NOP NOP

They all reference the same ASM code and the same sub. You can take the sub address and add 45, 107, 114, or 129 (IN HEX, NOT DECIMAL) and you will get the address of the value you need to change. It looks like all 6 of those files use the same code, and can be modified the same way. I didn't do much research info the ASCII for the DEMO Version name but you could just search that in the file if it changes address anyway, it only has one location.

I attached a more detailed text file.

Enjoy!
Logged
Professor_Bidoof
Newbie
*
Offline Offline

Posts: 11

Thank You
-Given: 5
-Receive: 7


« Reply #27 on: May 11, 2015, 01:00:32 01:00 »

Newest version as of 5/10/15:

http://www.cimco.com/products/download/CIMCO_75501.exe

Or for just the Editor:

http://www.cimco.com/products/download/CIMCOEdit_75501.exe


For CIMCOEdit.exe ONLY:

CIMCO EDIT V7.5 (75501)

ORIGINAL BITS-


0XBEF35: 0F 87
0XBEFF7: 0F 85 70 FF FF FF
0XBF004: 0F 8D 63 FF FF FF
0XBF019: 0F 84 4E FF FF FF

MODIFIED BITS-

0XBEF35: 90 E9
0XBEFF7: 90 90 90 90 90 90
0XBF004: 90 90 90 90 90 90
0XBF019: 90 90 90 90 90 90

If you need DNC, search the other 5 exe files for these values. They're there with the same values and offsets. This hex edit will give you the CIMCOEdit.exe , which is most of what anyone uses.
Logged
Professor_Bidoof
Newbie
*
Offline Offline

Posts: 11

Thank You
-Given: 5
-Receive: 7


« Reply #28 on: September 04, 2015, 09:04:58 09:04 »

CIMCOEdit 7.55.24, newest as of date.


ORIGINAL BITS-


0XC0315: 0F 87
0Xc03D7: 0F 85 70 FF FF FF
0Xc03E4: 0F 8D 63 FF FF FF
0XC03F9: 0F 84 4E FF FF FF

MODIFIED BITS-

0XC0315: 90 E9
0XC03D7: 90 90 90 90 90 90
0XC03E4: 90 90 90 90 90 90
0XC03F9: 90 90 90 90 90 90



EDIT: Is it possible for a moderator to move this thread to the Graphics and CAD forum? It may be better suited there seeing as it is a CAM program and CNC editor. Thank you.
Logged
b555b
Junior Member
**
Offline Offline

Posts: 67

Thank You
-Given: 73
-Receive: 130


« Reply #29 on: September 05, 2015, 12:54:14 12:54 »

By the way, my little tool posted beginning of last year (post #22) is still able to find automatically the offsets that need to be patched and so is able to patch the latest version of CIMCOEdit. It will probably also work with the next versions as they still keep the same verification routines from one version to the other. So if you don't like to play with a binary editor, feel free to use it to patch your latest downloaded evaluation version of CIMCOEdit.
As the link in my post of last year is dead, a new link to download the little tool is attached.
Logged
Professor_Bidoof
Newbie
*
Offline Offline

Posts: 11

Thank You
-Given: 5
-Receive: 7


« Reply #30 on: September 08, 2015, 11:13:01 11:13 »

By the way, my little tool posted beginning of last year (post #22) is still able to find automatically the offsets that need to be patched and so is able to patch the latest version of CIMCOEdit. It will probably also work with the next versions as they still keep the same verification routines from one version to the other. So if you don't like to play with a binary editor, feel free to use it to patch your latest downloaded evaluation version of CIMCOEdit.
As the link in my post of last year is dead, a new link to download the little tool is attached.


Thanks b555b, I wasn't trying to put you down or anything, I actually had forgot about that, I was just contributing with what i had. I don't think i could DL it when i first saw it for whatever reason, got it this time, haven't ran it yet but the code looks like it would work until they change something major. I like using the hex editor and checking it out when i change the bits, find the jmp at least half of the times i do it (hobbies, geez lol).

Thank you for the great working and clean resource! Thanked.

-Professor_Bidoof
Logged
cncbasher
Junior Member
**
Offline Offline

Posts: 91

Thank You
-Given: 107
-Receive: 51


« Reply #31 on: October 25, 2015, 08:07:48 20:07 »

Professor:
i notice the last link has been discontinued also , for your information
Logged
hosmis
Active Member
***
Offline Offline

Posts: 173

Thank You
-Given: 326
-Receive: 243


« Reply #32 on: June 30, 2016, 02:34:15 14:34 »

Cimco Edit 8.00.00 download link

no patcher
Logged
hosmis
Active Member
***
Offline Offline

Posts: 173

Thank You
-Given: 326
-Receive: 243


« Reply #33 on: December 27, 2016, 07:29:28 07:29 »

Cim80028 + ( 2147433947 day )
Logged
Professor_Bidoof
Newbie
*
Offline Offline

Posts: 11

Thank You
-Given: 5
-Receive: 7


« Reply #34 on: December 28, 2016, 02:51:15 14:51 »

Cim80028 + ( 2147433947 day )

Link for the med is down already. *sigh* i was excited too, havent seen one of these out yet (nor have i had much time to disassemble it lately)

Thank you!
Logged
hosmis
Active Member
***
Offline Offline

Posts: 173

Thank You
-Given: 326
-Receive: 243


« Reply #35 on: December 28, 2016, 06:40:44 18:40 »

links working

Logged
Professor_Bidoof
Newbie
*
Offline Offline

Posts: 11

Thank You
-Given: 5
-Receive: 7


« Reply #36 on: December 30, 2016, 12:25:44 00:25 »

links working



Indeed it is now sir, thank you for correcting me, it must have been a temporary issue.
Logged
Pages: 1 [2]  All
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC