restore mysteriously mising photorec files

This commit is contained in:
jmillman 2016-06-09 16:32:03 -04:00
parent 64048b014f
commit 52effbca62
16 changed files with 842 additions and 0 deletions

View File

@ -0,0 +1,4 @@
TestDisk and PhotoRec are written and maintained by Christophe GRENIER <grenier@cgsecurity.org>
TestDisk logos has been created by Simone Brandt and by Dmitri Zdorov in 2001,
PhotoRec logo by Marcel Bruins in 2006.

View File

@ -0,0 +1,339 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

View File

@ -0,0 +1,6 @@
TestDisk & PhotoRec are mainly written by Christophe GRENIER.
Many people further contributed to TestDisk, directly or indirectly, by
reporting problems, helping with the documentation, suggesting various
improvements, sending me gifts using my Amazon whish-list...
Thanks to the thousands of people who have provided support for the project!

View File

@ -0,0 +1,12 @@
<html>
<head>
<title>TestDisk &amp; PhotoRec documentation</title>
</head>
<body>
TestDisk &amp; PhotoRec documentation can be found online:
<ul>
<li><a href="http://www.cgsecurity.org/wiki/TestDisk">TestDisk</a></li>
<li><a href="http://www.cgsecurity.org/wiki/PhotoRec">PhotoRec</a></li>
</ul>
</body>
</html>

View File

@ -0,0 +1,143 @@
@echo off &MODE CON: COLS=75 LINES=20 &color 1e
:: All my thanks to hilander999 and Siegfried for their help
:: Original code from hilander999
: edit and modified to fit this plugin by Xtreme
SETLOCAL ENABLEEXTENSIONS
cd /d %~dp0
set INFname=Testdisk.inf
::SET NOW=2
::SET TOPBOX=?
::SET MIDBOX= ????????????????????????????????????????????????????????????????????????¸
::SET NUMROW= 0%% 25%% 50%% 75%% 100%%
echo ===================================== > "%cd%\File_Grabber.log"
echo Testdisk and PhotoRec 6.14 Plugin >> File_Grabber.log
echo Plugin by: Xtreme (Ahmed Hossam) >> File_Grabber.log
echo Collector by: Xtreme >> File_Grabber.log
echo Plugin for: Windows Xpire Rd CD >> File_Grabber.log
echo Website: http://xtreme.boot-land.net >> File_Grabber.log
echo -mirror: http://xtremee.orgfree.com >> File_Grabber.log
echo Copyright © Windows Xpire Tech Center. All rights reserved. >> File_Grabber.log
echo ===================================== >> File_Grabber.log
IF NOT EXIST cd ..\..\63\cygwin GOTO :error1
cls&CALL :BRANDH
echo Please wait till Grabber finish Testdisk and PhotoRec grabbing process...
IF NOT EXIST "%cd%\TestDisk_PE\files" md "TestDisk_PE\files"
IF NOT EXIST "%cd%\TestDisk_PE\files\63" md "TestDisk_PE\files\63"
echo.&echo -Grabbing file: Copy Testdisk files... &FOR %%A IN (
..\..\cygwin1.dll
..\..\photorec_win.exe
..\..\testdisk_win.exe
..\..\fidentify_win.exe
)DO (ECHO. Grabbing file:%%~A >>"%cd%\File_Grabber.log"
Copy /Y "%%~A" TestDisk_PE\files >NUL
if errorlevel 1 (SET ERRORLEVEL=1&echo. *ERROR: File_Grabber can't find %%~A >>"%cd%\File_Grabber.log")
)
FOR %%B IN (
..\..\63\cygwin
)DO (ECHO. Grabbing file:%%~B >>"%cd%\File_Grabber.log"
Copy /Y "%%~B" TestDisk_PE\files\63 >NUL
if errorlevel 1 (SET ERRORLEVEL=1&echo. *ERROR: File_Grabber can't find %%~B >>"%cd%\File_Grabber.log")
)
CALL :PROGRESS
::pause
MODE CON: COLS=76 LINES=23
IF "%ERRORLEVEL%"=="1" (GOTO :error2)else goto :done
GOTO :END
:PROGRESS
::SET /A NOW+=1
::IF %NOW% LEQ 2 GOTO :EOF
cls&CALL :BRANDH
::echo.&echo. File: %~1&echo.&echo.%TOPBOX%&echo.%MIDBOX%&echo.%NUMROW%
::SET TOPBOX=%TOPBOX%U
::SET NOW=1
copy SCRIPTS\StaticINF.dat TestDisk_PE\"%INFname%"
copy testdisk_nu2menu.xml TestDisk_PE\
if exist start.inf del start.inf
GOTO :EOF
:error1
MODE CON: COLS=78 LINES=28 &COLOR 4F &cls
echo.&echo. >> File_Grabber.log
echo TestDisk and PhotoRes can't be localized on your system >> File_Grabber.log
echo. >> File_Grabber.log
echo You can download TestDisk and PhotoRes from here >> File_Grabber.log
echo.&echo -TestDisk Official website: >> File_Grabber.log
echo http://www.cgsecurity.org/wiki/TestDisk_Download/ >> File_Grabber.log
echo. >> File_Grabber.log
echo For help you can check Help.html >> File_Grabber.log
CALL :BRANDH
echo.&echo. TestDisk and PhotoRes can't be localized on your system
echo.&echo. You need to download TestDisk and DON'T change the download folders structure then try again
echo.&echo. You can download TestDisk and PhotoRes from here
echo.&echo. -TestDisk Official website:
echo http://www.cgsecurity.org/wiki/TestDisk_Download/&echo.
CALL :BRAND2
GOTO :END
:error2
cls&COLOR 4F
CALL :BRANDH
echo.&echo One or more required files was not found.
echo.&echo. Check the log for details...&echo. "%cd%\File_Grabber.log"&echo.
CALL :BRAND2
pause
IF EXIST %systemroot%\system32\notepad.exe (start %systemroot%\system32\notepad.exe "%cd%\File_Grabber.log")
endlocal
exit
:done
cls&CALL :BRANDH
echo.&echo. TestDisk and PhotoRes Files have been succesfully collected
echo.&echo. You can now start build your PE version &echo.
CALL :BRAND2
GOTO :END
:BRANDH
MODE CON: COLS=75 LINES=35 &color 1e
echo.
ECHO ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO º º
ECHO º TestDisk and PhotoRes plugin Files Collector º
ECHO º º
ECHO º Plugin by Xtreme ( Xtremesony_xp@yahoo.com ) º
ECHO º º
ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
echo.
GOTO :EOF
:BRAND2
echo. - For more help and update you Can join us in our group
echo. http://groups.yahoo.com/group/Windows-Xpire/
echo.
echo. - For more BartPE Plugin go to our website:
echo. http://xtreme.boot-land.net
echo. (mirror) http://xtremee.orgfree.com
echo.
echo. - Send all comments about plugin to Xtreme Xtremesony_xp@yahoo.com
echo.
echo.
ECHO ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO º Copyright (C) Windows Xpire Tech Center º
ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
GOTO :EOF
:END
ENDLOCAL
echo.
PAUSE&EXIT

View File

@ -0,0 +1,69 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Help| TestDisk</title>
<style type="text/css">
<!--
.style10 {font-family: Tahoma; font-size: 10px; }
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif}
-->
</style>
</head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1 align="center"><strong>TestDisk and PhotoRec </strong><br>
</h1>
<hr>
<h4 class="style11">Overview</h4>
<div>
<p class="style11"><a name="Description"></a><strong>TestDisk</strong> is a <em>powerful</em> free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again <em>when</em> these symptoms are caused by <em>faulty software</em>, certain types of <em>viruses</em> or <em>human error</em> (such as <em>accidentally</em> deleting a Partition Table). Partition table recovery using TestDisk is really easy. </p>
<p class="style11"><a name="Description"></a><strong>PhotoRec</strong> is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (thus, its 'Photo Recovery' name) from digital camera memory. PhotoRec ignores the filesystem and goes after the underlying data, so it will still work even if your media's filesystem has been severely damaged or re-formatted.</p>
<h4 class="style11">System Requirements</h4>
<div class="style11">
<ul>
<li>BartPE v3.x and XPE (recommended).</li>
<li>Your VGA Card Driver (recommended). </li>
<li>Windows XP SP2 on your host OS. </li>
</ul>
</div>
<h4 class="style11">Instructions</h4>
<div>
<ul class="style11">
<li>1- Download TestDisk and PhotoRec from <a href="http://www.cgsecurity.org/wiki/TestDisk_Download">Here</a></li>
<li>2- Uncompress the download.</li>
<li>3- Run the <em>Get_Files.cmd</em> to collect the needed files.</li>
<li>4- Copy this folder to Plugin directory.</li>
<li>5- Start your build and enjoy !</li>
</ul>
<p class="style11"><strong>Support</strong></p>
<ul>
<li class="style11">Forum Plugin Support <a href="http://www.911cd.net/forums/index.php?showtopic=21139">Here</a> </li>
<li class="style11">More Plugins <a href="http://xtreme.boot-land.net/" set="yes" linkindex="3"><strong>Here</strong></a> (<a href="http://xtremee.orgfree.com/">mirror</a>). </li>
<li class="style11">You can <a href="mailto:Xtremesony_xp@yahoo.com">mail Xtreme</a> for any help about the plugin.</li>
<li class="style11">For help about TestDisk and PhotoRec, contact <a href="http://www.cgsecurity.org/wiki/Support">CG Security support</a>.</li>
</ul>
</div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<div></div>
<div><div></div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<p>&nbsp;</p>
<hr>
<p align="center" class="style10"> All trademarks mentioned on this page are the property of their respective owners </p>
<p align="center" class="style10">&copy; 2007-2008 Windows Xpire Tech Center <br>
</p>
</body>
</html>

View File

@ -0,0 +1,6 @@
@echo off
rd files /s /q
del File_Grabber.log
del *.inf
copy SCRIPTS\Start_INF.dat start.inf
pause

View File

@ -0,0 +1,19 @@
TestDisk and PhotoRec v6.14 Plugin
=====================================
Plugin by: Xtreme - Ahmed Hossam
Plugin for: Christophe GRENIER (www.cgsecurity.org)
Website: http://xtreme.boot-land.net
-mirror: http://xtremee.orgfree.com
=====================================
How to use the plugin ?
* 1- Run the Get_Files.cmd to collect the needed files.
* 2- Copy TestDisk_PE folder to Plugin directory.
* 3- Start your build and enjoy !
How to clean ?
* Delete the BUILD folder
-------------------------------------------------------------------------
Copyright © Windows Xpire Tech Center.
--> It is published under GNU Public License 2 or later.
-------------------------------------------------------------------------

View File

@ -0,0 +1,20 @@
; Testdisk.inf
; PE Builder v3 plugin INF file for Testdisk and PhotoRec 6.14
; Plugin by Ahmed Hossam/Xtreme <Xtremesony_xp@yahoo.com>
; Made For Christophe GRENIER (www.cgsecurity.org)
; © Windows Xpire Tech Center
; Windows Xpire Tech Center officially represented by Xtreme
; CodeName: Radw
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="(Xtreme) Disk Tools: TestDisk and PhotoRec -Press CONFIG to Enable-"
Enable=1
Help=Help.htm
config=Get_Files.cmd
[SourceDisksFiles]
"please run autoHelp to configure your plugin"=a,,1

View File

@ -0,0 +1,36 @@
; Testdisk.inf
; PE Builder v3 plugin INF file for Testdisk and PhotoRec 6.14
; Plugin by Ahmed Hossam/Xtreme <Xtremesony_xp@yahoo.com>
; Made For Christophe GRENIER (www.cgsecurity.org)
; © Windows Xpire Tech Center
; Windows Xpire Tech Center is represented by Xtreme
; CodeName: Radw
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="(Xtreme) Disk Tools: TestDisk and PhotoRec -Press CONFIG to Enable-"
Enable=1
Help=Help.htm
config=Get_Files.cmd
[WinntDirectories]
a="Programs\testdisk",2
b="Programs\testdisk\63",2
[SourceDisksFiles]
files\testdisk_win.exe=a,,1
files\photorec_win.exe=a,,1
files\fidentify_win.exe=a,,1
files\cygwin1.dll=a,,1
files\63\cygwin=b,,1
[Software.AddReg]
0x2, "Sherpya\XPEinit\Programs","Disk Tools\TestDisk - Fix MBR and Recover lost partitions","%systemdrive%\Programs\testdisk\testdisk_win.exe"
0x2, "Sherpya\XPEinit\Programs","Disk Tools\PhotoRec - Recover lost files (Doc, Pic and Video)","%systemdrive%\Programs\testdisk\photorec_win.exe"
0x2, "Sherpya\XPEinit\Programs","Disk Tools\files Identify","%systemdrive%\Programs\testdisk\fidentify_win.exe"
; Remove the comment ";" from the below lines if you are going to use NU2 menu
;[Append]
;nu2menu.xml, testdisk_nu2menu.xml

View File

@ -0,0 +1,20 @@
; Testdisk.inf
; PE Builder v3 plugin INF file for Testdisk and PhotoRec 6.14
; Plugin by Ahmed Hossam/Xtreme <Xtremesony_xp@yahoo.com>
; Made For Christophe GRENIER (www.cgsecurity.org)
; © Windows Xpire Tech Center
; Windows Xpire Tech Center officially represented by Xtreme
; CodeName: Radw
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="(Xtreme) Disk Tools: TestDisk and PhotoRec -Press CONFIG to Enable-"
Enable=1
Help=Help.htm
config=Get_Files.cmd
[SourceDisksFiles]
"please run autoHelp to configure your plugin"=a,,1

View File

@ -0,0 +1,7 @@
<!-- Nu2Menu entry for " TestDisk and PhotoRec v6.14" -->
<NU2MENU>
<MENU ID="Programs">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\testdisk\testdisk_win.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\testdisk\testdisk_win.exe" PARM="1">Testdisk - Fix MBR and Recover lost partitions</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\testdisk\photorec_win.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\testdisk\photorec_win.exe" PARM="1">PhotoRec - Recover lost files (Doc, Pic and Video)</MITEM>
</MENU>
</NU2MENU>

View File

@ -0,0 +1,66 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Help| TestDisk</title>
<style type="text/css">
<!--
.style10 {font-family: Tahoma; font-size: 10px; }
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif}
-->
</style>
</head>
<body>
<i>WinBuilder v075b1 </i>
<hr>
<h1 align="center"><strong>TestDisk and PhotoRec </strong><br>
</h1>
<hr>
<h4 class="style11">Overview</h4>
<div>
<p class="style11"><a name="Description"></a><strong>TestDisk</strong> is a <em>powerful</em> free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again <em>when</em> these symptoms are caused by <em>faulty software</em>, certain types of <em>viruses</em> or <em>human error</em> (such as <em>accidentally</em> deleting a Partition Table). Partition table recovery using TestDisk is really easy. </p>
<p class="style11"><a name="Description"></a><strong>PhotoRec</strong> is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (thus, its 'Photo Recovery' name) from digital camera memory. PhotoRec ignores the filesystem and goes after the underlying data, so it will still work even if your media's filesystem has been severely damaged or re-formatted.</p>
<h4 class="style11">System Requirements</h4>
<div class="style11">
<ul>
<li>WinBuilder v075 [beta1] from <a href="http://winbuilder.net/download.php?list.12">Here</a>.</li>
<li>Your VGA Card Driver (recommended). </li>
<li>Windows XP SP2 on your host OS.</li>
</ul>
</div>
<h4 class="style11">Instructions</h4>
<div>
<ul class="style11">
<li>1- Download TestDisk and PhotoRec from <a href="http://www.cgsecurity.org/wiki/TestDisk_Download">Here</a></li>
<li>2- Uncompress the download.</li>
<li>3- Copy TestDisk.script to the WinBuilder App project folder.</li>
<li>4- Start your build and enjoy !</li>
</ul>
<p class="style11"><strong>Support</strong></p>
<ul><li class="style11">More Plugins <a href="http://xtreme.boot-land.net/" set="yes" linkindex="3"><strong>Here</strong></a> (<a href="http://xtremee.orgfree.com/">mirror</a>). </li>
<li class="style11">You can <a href="mailto:Xtremesony_xp@yahoo.com">mail Xtreme</a> for any help about the plugin.</li>
<li class="style11">For help about TestDisk and PhotoRec, contact <a href="http://www.cgsecurity.org/wiki/Support">CG Security support</a>.</li>
</ul>
</div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<div></div>
<div><div></div>
</div>
<div><div></div>
</div>
<div><div></div>
</div>
<p>&nbsp;</p>
<hr>
<p align="center" class="style10"> All trademarks mentioned on this page are the property of their respective owners </p>
<p align="center" class="style10">&copy; 2007-2008 Windows Xpire Tech Center <br>
</p>
</body>
</html>

View File

@ -0,0 +1,20 @@
TestDisk and PhotoRec v6.14 Plugin
=====================================
Plugin by: Xtreme - Ahmed Hossam
Plugin for: Christophe GRENIER (www.cgsecurity.org)
Website: http://xtreme.boot-land.net
-mirror: http://xtremee.orgfree.com
=====================================
How to use the plugin ?
* 1- Download WinBuilder v075 [beta_1]
From here: http://winbuilder.net/download.php?list.12
* 2- Copy TestDisk.script to the WinBuilder App project folder.
* 3- Start your build and enjoy !
How to clean ?
* Delete the BUILD folder
-------------------------------------------------------------------------
Copyright © Windows Xpire Tech Center.
--> It is published under GNU Public License 2 or later.
-------------------------------------------------------------------------

View File

@ -0,0 +1,52 @@
[main]
Title=TestDisk & PhotoRec 6.14
Description=A powerful free data recovery software utility.
Selected=True
Level=5
Version=1
Author=Xtreme
Contact=http://www.boot-land.net/forums/
Credits=Christophe GRENIER (http://www.cgsecurity.org)
Date=Friday, May 16,2008
[Interface]
pTextLabel1=" Thanks a lot for Galapo for his support and helping me learning WinBuilder Script.",1,1,19,25,463,54,8,Normal
pBevel1=pBevel1,1,12,12,18,455,63
[variables]
%ProgramTitle%=TestDisk
%ProgramEXE%=testdisk_win.exe
%ProgramFolder%=TestDisk
[process]
StrFormat,path,%scriptdir%,%one_folder_up%
StrFormat,CTrim,"%one_folder_up%","\",%one_folder_up%
StrFormat,path,%one_folder_up%,%two_folders_up%
StrFormat,CTrim,"%two_folders_up%","\",%two_folders_up%
If,NotExistFile,"%two_folders_up%\testdisk_win.exe",Run,%ScriptFile%,Halt
DirMake,"%Target_Prog%\%ProgramFolder%"
DirMake,"%Target_Prog%\%ProgramFolder%\63"
FileCopy,"%two_folders_up%\cygwin1.dll","%Target_Prog%\%ProgramFolder%"
FileCopy,"%two_folders_up%\fidentify_win.exe","%Target_Prog%\%ProgramFolder%"
FileCopy,"%two_folders_up%\photorec_win.exe","%Target_Prog%\%ProgramFolder%"
FileCopy,"%two_folders_up%\readme.txt","%Target_Prog%\%ProgramFolder%"
FileCopy,"%two_folders_up%\testdisk_win.exe","%Target_Prog%\%ProgramFolder%"
DirCopy,"%two_folders_up%\63\*.*","%Target_Prog%\%ProgramFolder%\63"
::DirCopy,"%two_folders_up%\TestDisk\*.*","%Target_Prog%\%ProgramFolder%"
Add_Shortcut,StartMenu,"%TestDisk & PhotoRec"
Add_Shortcut,StartMenu,"TestDisk & PhotoRec","%PE_Programs%\%ProgramFolder%\photorec_win.exe","PhotoRec"
Add_Shortcut,StartMenu,"TestDisk & PhotoRec","%PE_Programs%\%ProgramFolder%\testdisk_win.exe","Testdisk"
Add_Shortcut,StartMenu,"TestDisk & PhotoRec","%PE_Programs%\%ProgramFolder%\fidentify_win.exe","Files Identify"
[Halt]
Message,"testdisk_win.exe could not be located in the following folder: '%two_folders_up%'. Program will not be available in the PE.",Error
Exit,""
[EncodedFile-AuthorEncoded-testdisklogo-clear-100.gif]
lines=0
0=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
[AuthorEncoded]
testdisklogo-clear-100.gif=2Kb,2Kb
Logo=testdisklogo-clear-100.gif

View File

@ -0,0 +1,23 @@
The Windows version of TestDisk & PhotoRec should work under
- Windows NT 4
- Windows 2000
- Windows XP
- Windows 2003
- Windows Vista
- Windows Server 2008
- Windows 7
On Windows 64-bit, WoW64 (Windows 32-bit On Windows 64-bit) is required to run
these 32-bit executables.
For Windows 64-bit without WoW64, use the Windows 64-bit version of TestDisk
& PhotoRec.
If you are using an older version of Windows, run the DOS version of TestDisk.
You can download it from http://www.cgsecurity.org/wiki/TestDisk_Download
TestDisk doesn't need to be installed, you only need to
- extract the files
- run testdisk_win.exe or photorec_win.exe
TestDisk & PhotoRec documentation can be found online:
- http://www.cgsecurity.org/wiki/TestDisk
- http://www.cgsecurity.org/wiki/PhotoRec