Search found 1413 matches

by sarami
Mon Oct 13, 2025 7:15 am
Forum: General discussion
Topic: DiscImageCreator
Replies: 3539
Views: 2940566

Re: DiscImageCreator

<r><QUOTE author="bikerspade"><s>[quote=bikerspade]</s>sarami, there is a discrepancy with DiscImageCreator (latest version and older versions) where illegal mode sectors are not being unscrambled.<br/>
<br/>
<URL url="/viewtopic.php?t=59907"><s>[url=/viewtopic.php?t=59907]</s>/viewtopic.php?t=59907 ...
by sarami
Thu May 01, 2025 8:25 am
Forum: General discussion
Topic: DiscImageCreator
Replies: 3539
Views: 2940566

Re: DiscImageCreator

<r><URL url="https://github.com/saramibreak/DiscImageCreator/releases/tag/20250501"><s>[url=https://github.com/saramibreak/DiscImageCreator/releases/tag/20250501]</s>https://github.com/saramibreak/DiscImag … g/20250501<e>[/url]</e></URL><br/>
*2025-05-01<br/>
- added /fdesc option to descramble sync ...
by sarami
Mon Apr 07, 2025 4:25 am
Forum: General discussion
Topic: DiscImageCreator
Replies: 3539
Views: 2940566

Re: DiscImageCreator

<r><QUOTE author="sarami"><s>[quote=sarami]</s><QUOTE author="reentrant"><s>[quote=reentrant]</s>Sarami, have a read at this post: <URL url="/viewtopic.php?p=102231#p102231"><s>[url]</s>/viewtopic.php?p=102231#p102231<e>[/url]</e></URL><br/>
<br/>
It'd be nice if you could support this C2 Corrector ...
by sarami
Sat Apr 05, 2025 7:39 am
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9379

Re: CDArchive - Improved support for ring based protections

<r><QUOTE author="reentrant"><s>[quote=reentrant]</s>All calls to Python functions are enclosed in try/catch blocks (boost::python::error_already_set) with retVal set to ERROR_ACCESS_DENIED - this value is chosen arbitrarily. What do you mean by "comment-out"?<e>[/quote]</e></QUOTE>

Doxygen style ...
by sarami
Thu Apr 03, 2025 12:15 am
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9379

Re: CDArchive - Improved support for ring based protections

<r><QUOTE author="reentrant"><s>[quote=reentrant]</s>Hmmm. Maybe commit the codes to github branch and I'll debug it locally? Something is not right...<e>[/quote]</e></QUOTE>

Thanks, but I'll try to do it myself a little more.<br/>
<br/>
Could you upload C2.hpp with all return value of InitC2 and ...
by sarami
Mon Mar 31, 2025 11:55 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9379

Re: CDArchive - Improved support for ring based protections

<r>The following was tried in debug mode of Visual Studio.<br/>

<QUOTE author="reentrant"><s>[quote=reentrant]</s>1) After InitC2 function is called pause the app under debugger. Use tool like ProcessExplorer and view process environment variables. Check how PYTHONHOME looks like.<e>[/quote]</e ...
by sarami
Mon Mar 31, 2025 8:18 am
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9379

Re: CDArchive - Improved support for ring based protections

<r>It seems that PYTHONHOME is set.<br/>

<CODE><s>[code]</s>PYTHONHOME: C:\Users\xxx\AppData\Local\Programs\Python\Python312-32
Could not find platform independent libraries <prefix>
Need to reread sector: 13183LBA: 13183, C2 error count; 0
Need to reread sector: 13201Exception ignored in garbage ...
by sarami
Fri Mar 28, 2025 9:37 am
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9379

Re: CDArchive - Improved support for ring based protections

reentrant wrote:did you adjust the path in C2Corrector.ini?
I set it.

Code: Select all

PYTHONHOME = C:\Users\xxx\AppData\Local\Programs\Python\Python312-32
by sarami
Fri Mar 28, 2025 2:27 am
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9379

Re: CDArchive - Improved support for ring based protections

<r><QUOTE author="reentrant"><s>[quote=reentrant]</s>32bit DLL in attachment.<e>[/quote]</e></QUOTE>

Thanks. I implemented it but error occurs.<br/>

<CODE><s>[code]</s>Could not find platform independent libraries <prefix>
Need to reread sector: 13164LBA: 13164, C2 error count; 0
Need to reread ...
by sarami
Mon Mar 24, 2025 9:32 pm
Forum: General discussion
Topic: CDArchive - Improved support for ring based protections
Replies: 26
Views: 9379

Re: CDArchive - Improved support for ring based protections

<r><QUOTE author="reentrant"><s>[quote=reentrant]</s>Configuration:<br/>
- Install Python 3.12 (exactly this major version)<br/>
- Adjust PYTHONHOME variable in config file: Plugins\C2Corrector\C2Corrector.ini<br/>
- Copy python312.dll from Python installation directory to Plugins\C2Corrector ...