|
|
|
#1
|
|||
|
|||
|
@78372
is there CLS-zstd for ver 1.3.2 |
| Sponsored Links |
|
#4
|
|||
|
|||
|
You are talking about creating a decoy dll, right?
__________________
NOT AVAILABLE |
|
#6
|
|||
|
|||
|
Sure? Because rz somehow loads a windows dll afaik
__________________
NOT AVAILABLE |
|
#7
|
|||
|
|||
|
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.
|
| The Following User Says Thank You to ravencrow For This Useful Post: | ||
78372 (19-11-2017) | ||
|
#8
|
||||
|
||||
|
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.
|
|
#9
|
||||
|
||||
|
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>
|
|
#10
|
|||
|
|||
|
Quote:
![]() am i missed something ? |
|
#11
|
|||
|
|||
|
This only works when you managed to create a decoy dll for rz, else not.
__________________
NOT AVAILABLE |
|
#12
|
|||
|
|||
|
ok ,thanks ,but how can i create/use one ?
im totally noob for this. :/ |
|
#14
|
|||
|
|||
|
very sadly hear that.
![]() it would be nice to use rz-stdio with arc. Last edited by shazzla; 25-11-2017 at 06:21. |
|
#15
|
|||
|
|||
|
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:
|
![]() |
|
|