AJ
March 29th, 2001, 17:21
I have spent some time studying signlab 5.0. and found a few intereting things about it. First, I OWN the software for my vinyl art design company I jsut started. I purchased the ES2 package, adn realized it was the same file set as teh 5.0 demo you can download. Later I noticed that your package is based on the password you enter. I have not quite figured the algorytem yet, but I do know it's a base of 193... ok onto the reverse
downloading signlab 5.0 demo from cadlink.com is a first. the demo is a FULL working version, however, you can't save, and when you plot it scales down your image to 4" x 4" well, this is the easist of cracks.
got it yet? Good now install it.
the first think you need to do is pry the lid off of signlab with a good disassembler. I use W32dasm 5.1 the new version crashes to hell. now open your data refs and take a look for "DEMO version objects will be scaled down." well once you locate that double click and it wil take you right to it. now scroll up a few lines of code and you will notice a conditional jump... and we NEED that to JUMP.. what it does is jumps past the scaling down code.! so pop open your hex editor and change that offset's code.
goto 0003b1fd
change to EB18
YOUR DONE!
this version will nto save, hjowever it plots great. I have another crack written for the same program, with a differnt password (that looks for a dongle) but has ALL featurese, that crack will allow you to save and do work without "DONGLE NOT FOUND" interference. however, this crack will let you plot, but it really sux on the screen. after you plot some register is fucked and you have to exit the program and restat it.. infact if you just click the CUT button it's fucked. apparently one of the call bypasses I use most not puch or pop a register it needs. so im looking for that. if you interestd in that portion of my code simply reply to this message, or mail me at
deaddeer@mailcity.com
downloading signlab 5.0 demo from cadlink.com is a first. the demo is a FULL working version, however, you can't save, and when you plot it scales down your image to 4" x 4" well, this is the easist of cracks.
got it yet? Good now install it.
the first think you need to do is pry the lid off of signlab with a good disassembler. I use W32dasm 5.1 the new version crashes to hell. now open your data refs and take a look for "DEMO version objects will be scaled down." well once you locate that double click and it wil take you right to it. now scroll up a few lines of code and you will notice a conditional jump... and we NEED that to JUMP.. what it does is jumps past the scaling down code.! so pop open your hex editor and change that offset's code.
goto 0003b1fd
change to EB18
YOUR DONE!
this version will nto save, hjowever it plots great. I have another crack written for the same program, with a differnt password (that looks for a dongle) but has ALL featurese, that crack will allow you to save and do work without "DONGLE NOT FOUND" interference. however, this crack will let you plot, but it really sux on the screen. after you plot some register is fucked and you have to exit the program and restat it.. infact if you just click the CUT button it's fucked. apparently one of the call bypasses I use most not puch or pop a register it needs. so im looking for that. if you interestd in that portion of my code simply reply to this message, or mail me at
deaddeer@mailcity.com