Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18-11-2017, 01:26
doofoo24 doofoo24 is offline
Registered User
 
Join Date: Nov 2016
Location: canada
Posts: 408
Thanks: 138
Thanked 474 Times in 227 Posts
doofoo24 is on a distinguished road
@78372
is there CLS-zstd for ver 1.3.2
Reply With Quote
Sponsored Links
  #2  
Old 19-11-2017, 03:45
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 Times in 309 Posts
78372 is on a distinguished road
rz.exe has no libraries or dlls, and I don't program in C++ :P
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
shazzla (23-11-2017)
  #3  
Old 19-11-2017, 03:47
ravencrow ravencrow is offline
Registered User
 
Join Date: Feb 2015
Location: SG
Posts: 19
Thanks: 29
Thanked 12 Times in 8 Posts
ravencrow is on a distinguished road
Quote:
Originally Posted by 78372 View Post
rz.exe has no libraries or dlls, and I don't program in C++ :P
Razor can be made to work with stdio if ya know how to make splash screen easily
Reply With Quote
The Following User Says Thank You to ravencrow For This Useful Post:
78372 (19-11-2017)
  #4  
Old 19-11-2017, 03:49
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 Times in 309 Posts
78372 is on a distinguished road
You are talking about creating a decoy dll, right?
__________________
NOT AVAILABLE
Reply With Quote
  #5  
Old 19-11-2017, 03:52
ravencrow ravencrow is offline
Registered User
 
Join Date: Feb 2015
Location: SG
Posts: 19
Thanks: 29
Thanked 12 Times in 8 Posts
ravencrow is on a distinguished road
Quote:
Originally Posted by 78372 View Post
You are talking about creating a decoy dll, right?
Nopes, decoy DLL won't work in its case cause it doesn't use loadlibrary
Reply With Quote
The Following User Says Thank You to ravencrow For This Useful Post:
78372 (19-11-2017)
  #6  
Old 19-11-2017, 04:29
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 Times in 309 Posts
78372 is on a distinguished road
Quote:
Originally Posted by ravencrow View Post
Nopes, decoy DLL won't work in its case cause it doesn't use loadlibrary
Sure? Because rz somehow loads a windows dll afaik
__________________
NOT AVAILABLE
Reply With Quote
  #7  
Old 19-11-2017, 04:33
ravencrow ravencrow is offline
Registered User
 
Join Date: Feb 2015
Location: SG
Posts: 19
Thanks: 29
Thanked 12 Times in 8 Posts
ravencrow is on a distinguished road
Quote:
Originally Posted by 78372 View Post
Sure? Because rz somehow loads a windows dll afaik
When we use decoy DLL, we exploit the fact that loadlibrary first looks for the DLL in the directory where the exe is and then looks up in windows index, but in razor's case it different.
Reply With Quote
The Following User Says Thank You to ravencrow For This Useful Post:
78372 (19-11-2017)
  #8  
Old 23-11-2017, 17:13
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,772
Thanks: 2,195
Thanked 11,321 Times in 2,330 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by ravencrow View Post
When we use decoy DLL, we exploit the fact that loadlibrary first looks for the DLL in the directory where the exe is and then looks up in windows index, but in razor's case it different.
I tested this a few days ago and it works and I don't think it matters whether implicit or explicit method of linking a library was used, might be wrong but method works.
Reply With Quote
The Following 6 Users Say Thank You to Razor12911 For This Useful Post:
Andu21 (24-11-2017), Crynuvo (23-11-2017), oltjon (23-11-2017), ravencrow (24-11-2017), shazzla (23-11-2017), Simorq (23-11-2017)
  #9  
Old 24-11-2017, 14:10
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,772
Thanks: 2,195
Thanked 11,321 Times in 2,330 Posts
Razor12911 is on a distinguished road
Well it worked alright and asm is not for all of us, I'm pascal based.

Code:
C:\Users\Zee\Desktop\razor>arc.exe x -w.\ -dpunpacked\ data.arc
FreeArc 0.67 (March 15 2014) extracting archive: data.arc
Extracting 1 file, 86,347,072 bytes. Processed   0%
  Overwrite unpacked\UI.sb?
  (Y)es / (N)o / (A)lways / (S)kip all / (U)pdate all / (Q)uit? a
Extracted 1 file, 13,722,028 => 86,347,072 bytes. Ratio 15.89%
Extraction time: cpu 0.30 sec/real 1.07 sec = 28%. Speed 80.35 mB/s
All OK


C:\Users\Zee\Desktop\razor>pause
Press any key to continue . . .
Code:
[External compressor:razor]
header    = 0
packcmd   = rz a -y -d {option} $stdio$ <stdin> <stdout>
unpackcmd = rz e -y $stdio$ <stdin> <stdout>
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
Andu21 (25-11-2017), lila (02-12-2018), shazzla (25-11-2017), Simorq (25-11-2017)
  #10  
Old 25-11-2017, 01:24
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 294
Thanks: 539
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
[External compressor:razor]
header = 0
packcmd = rz a -y -d {option} $stdio$ <stdin> <stdout>
unpackcmd = rz e -y $stdio$ <stdin> <stdout>
what version of rz.exe can be used like this ?
am i missed something ?
Reply With Quote
  #11  
Old 25-11-2017, 05:53
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 Times in 309 Posts
78372 is on a distinguished road
Quote:
Originally Posted by shazzla View Post
what version of rz.exe can be used like this ?
am i missed something ?
This only works when you managed to create a decoy dll for rz, else not.
__________________
NOT AVAILABLE
Reply With Quote
  #12  
Old 25-11-2017, 06:08
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 294
Thanks: 539
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
ok ,thanks ,but how can i create/use one ?
im totally noob for this. :/
Reply With Quote
  #13  
Old 25-11-2017, 06:09
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 954 Times in 309 Posts
78372 is on a distinguished road
Not much easy only programmers like Razor12911 can do it
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
shazzla (25-11-2017)
  #14  
Old 25-11-2017, 06:17
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 294
Thanks: 539
Thanked 102 Times in 78 Posts
shazzla is on a distinguished road
very sadly hear that.
it would be nice to use rz-stdio with arc.

Last edited by shazzla; 25-11-2017 at 06:21.
Reply With Quote
  #15  
Old 02-12-2017, 08:58
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 611
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Question crc error

hi, thanks for the cls.
ill use this{both comp & decomp} with srep+delta+rz method.
but while extracting with inno crc error shows(unarc code-12).
but cmd method extract sucessfully.
Quote:
arc.exe x -w.\ -dpunpacked\ "E:\Testing\Data\Data1.pkg"
is it problem with cls ?. Or
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -7. The time now is 09:54.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com