Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 18-11-2017, 10:36
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,485
Thanks: 1,083
Thanked 7,101 Times in 2,694 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Randy2 View Post
Yeah keep it in your secret pocket
Fuck you guys.
Your all are shit.
Not helping at all.
Just nothing.
And that's the reason why nobody want to make sources public anymore. Just because of ungratefull guys who not to be able to get enough. And because of bloodsucking vultures
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
78372 (18-11-2017), oltjon (18-11-2017)
Sponsored Links
  #17  
Old 19-11-2017, 03:39
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
I don't know if cls-srep source by profager is available or not, better ask profager.
Download srep's source and CLS example in CPP, add all the libraries in cls project, instead of creating file use clsstream to process, remove executable part codes like detecting params and stuff. Change default value of mem cause CLS can't use more than 2 GB, and you're done.

Of course you can do all that if you have knowledge else it'd turn up to be a disaster.
Reply With Quote
The Following User Says Thank You to ravencrow For This Useful Post:
78372 (19-11-2017)
  #18  
Old 19-11-2017, 03:45
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 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)
  #19  
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)
  #20  
Old 19-11-2017, 03:49
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 Times in 309 Posts
78372 is on a distinguished road
You are talking about creating a decoy dll, right?
__________________
NOT AVAILABLE
Reply With Quote
  #21  
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)
  #22  
Old 19-11-2017, 04:29
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 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
  #23  
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)
  #24  
Old 23-11-2017, 17:13
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,118 Times in 2,297 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)
  #25  
Old 24-11-2017, 12:27
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 Razor12911 View Post
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.
Would be nice if it worked, will save the trouble of using asm to patch it, did you try it for the library which exports CreatefileW? (Or whichever one it uses)
Reply With Quote
  #26  
Old 24-11-2017, 14:10
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,118 Times in 2,297 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)
  #27  
Old 25-11-2017, 01:24
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 277
Thanks: 508
Thanked 96 Times in 73 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
  #28  
Old 25-11-2017, 05:53
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 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
  #29  
Old 25-11-2017, 06:08
shazzla shazzla is offline
Registered User
 
Join Date: Nov 2010
Location: Hunnia
Posts: 277
Thanks: 508
Thanked 96 Times in 73 Posts
shazzla is on a distinguished road
ok ,thanks ,but how can i create/use one ?
im totally noob for this. :/
Reply With Quote
  #30  
Old 25-11-2017, 06:09
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 951 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)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 22:27.


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