diff --git a/Samples/bankers.zip b/Samples/bankers.zip new file mode 100644 index 0000000..4c6e2c1 Binary files /dev/null and b/Samples/bankers.zip differ diff --git a/Tools/RedLine/Redline-1.14(1).msi b/Samples/bankers2.zip similarity index 56% rename from Tools/RedLine/Redline-1.14(1).msi rename to Samples/bankers2.zip index 3a07678..7153383 100644 Binary files a/Tools/RedLine/Redline-1.14(1).msi and b/Samples/bankers2.zip differ diff --git a/Samples/virus.zip b/Samples/virus.zip new file mode 100644 index 0000000..31afcae Binary files /dev/null and b/Samples/virus.zip differ diff --git a/Tools/ClamAV/clamav-0.99.2-win32.msi b/Tools/ClamAV/clamav-0.99.2-win32.msi deleted file mode 100644 index 5d125be..0000000 Binary files a/Tools/ClamAV/clamav-0.99.2-win32.msi and /dev/null differ diff --git a/Tools/DependecyWalker/depends.chm b/Tools/DependecyWalker/depends.chm deleted file mode 100644 index 23c1840..0000000 Binary files a/Tools/DependecyWalker/depends.chm and /dev/null differ diff --git a/Tools/DependecyWalker/depends.dll b/Tools/DependecyWalker/depends.dll deleted file mode 100644 index f78fd34..0000000 Binary files a/Tools/DependecyWalker/depends.dll and /dev/null differ diff --git a/Tools/DependecyWalker/depends.exe b/Tools/DependecyWalker/depends.exe deleted file mode 100644 index 4586e89..0000000 Binary files a/Tools/DependecyWalker/depends.exe and /dev/null differ diff --git a/Tools/PEiD/PEiD-0.95-20081103/PEiD.exe b/Tools/PEiD/PEiD-0.95-20081103/PEiD.exe deleted file mode 100644 index e8fa881..0000000 Binary files a/Tools/PEiD/PEiD-0.95-20081103/PEiD.exe and /dev/null differ diff --git a/Tools/PEiD/PEiD-0.95-20081103/external.txt b/Tools/PEiD/PEiD-0.95-20081103/external.txt deleted file mode 100644 index 6937fd3..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/external.txt +++ /dev/null @@ -1,13 +0,0 @@ -;The file userdb.txt is used to store the external signatures. -;External signatures can be modified by the user as and when he requires. -;The signatures are in the format - -[Name of the Packer v1.0] -signature = 50 E8 ?? ?? ?? ?? 58 25 ?? F0 FF FF 8B C8 83 C1 60 51 83 C0 40 83 EA 06 52 FF 20 9D C3 -ep_only = true - -;The ?? in the signature represent wildcard bytes (they are skipped while scanning) -;ep_only can be either true or false. When true, the signature is scanned for at the EntryPoint only. -;Else it is scanned throughout the file. - -;A '*' in the results of PEiD signifies that the external database was used for scanning the file. \ No newline at end of file diff --git a/Tools/PEiD/PEiD-0.95-20081103/plugins/GenOEP.dll b/Tools/PEiD/PEiD-0.95-20081103/plugins/GenOEP.dll deleted file mode 100644 index bb8366b..0000000 Binary files a/Tools/PEiD/PEiD-0.95-20081103/plugins/GenOEP.dll and /dev/null differ diff --git a/Tools/PEiD/PEiD-0.95-20081103/plugins/ImpREC.dll b/Tools/PEiD/PEiD-0.95-20081103/plugins/ImpREC.dll deleted file mode 100644 index 1cde00e..0000000 Binary files a/Tools/PEiD/PEiD-0.95-20081103/plugins/ImpREC.dll and /dev/null differ diff --git a/Tools/PEiD/PEiD-0.95-20081103/plugins/ZDRx.dll b/Tools/PEiD/PEiD-0.95-20081103/plugins/ZDRx.dll deleted file mode 100644 index 7ad3a6c..0000000 Binary files a/Tools/PEiD/PEiD-0.95-20081103/plugins/ZDRx.dll and /dev/null differ diff --git a/Tools/PEiD/PEiD-0.95-20081103/plugins/kanal.dll b/Tools/PEiD/PEiD-0.95-20081103/plugins/kanal.dll deleted file mode 100644 index 672bdf8..0000000 Binary files a/Tools/PEiD/PEiD-0.95-20081103/plugins/kanal.dll and /dev/null differ diff --git a/Tools/PEiD/PEiD-0.95-20081103/plugins/kanal.htm b/Tools/PEiD/PEiD-0.95-20081103/plugins/kanal.htm deleted file mode 100644 index 201abe7..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/plugins/kanal.htm +++ /dev/null @@ -1,109 +0,0 @@ - - -KANAL - Krypto Analyzer for PEiD - - - -

KANAL - Krypto Analyzer for PEiD

-

Version 2.92

- -

-This plugin searches for known crypto algorithms, functions and libraries inside -of the specified module. -

- -

-

Usage:

-Load the file into PEiD and select "Krypto ANALyzer" from the -plugins menu. A new dialog will open and the detected crypto algorithms, -constants, functions and libraries will be listed. The offset of the signature -is displayed for every item; if the analyzed file is a PE executable, also -the virtual address of the signature is displayed. -So, the results look like -
Crypto name :: File offset :: Virtual address
-

- -

-For PE executable files, KANAL searches for "reasonable" references -of the detected piece of code or data. If, for example, some kind of crypto -substitution table is detected, KANAL attempts to find the address -where the table is referenced from. The references are displayed as subitems -of the detected crypto item (so, you have to expand the item to see it). -If no reference of the detected signature is found -(e.g. because it's not a piece of data, but rather a constant contained inside -of an assembly instruction), the text "The reference is above" -is displayed. -

- -

-

User interface:

- -

- -

-

Limitations:

- -

- -

-

Notes:

- -

- - -
- -

-

Credits:

-igNorAMUS - maintaining the source and all the detections at the moment
-snaker - the original coding and detections
-Maxx - detection of various functions from common crypto libraries
-pusher - testing and bug reports
-

- - - diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/C++/defs.h b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/C++/defs.h deleted file mode 100644 index d9cc6c5..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/C++/defs.h +++ /dev/null @@ -1,9 +0,0 @@ -//#include -#ifdef _DLLMACRO - #define DllExport __declspec(dllexport) -#else - #define DllExport __declspec(dllimport) -#endif - -DllExport DWORD DoMyJob(HWND hMainDlg, char *szFname, DWORD lpReserved, LPVOID lpParam); -DllExport LPSTR LoadDll(); diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/C++/null.c b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/C++/null.c deleted file mode 100644 index 78ec7bb..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/C++/null.c +++ /dev/null @@ -1,40 +0,0 @@ -#include -#include "defs.h" - -DWORD DoMyJob(HWND hMainDlg, char *szFname, DWORD lpReserved, LPVOID lpParam) -{ - //hMainDlg: HWND of PEiD window - //szFname: Filename - //lpReserved: PEiD passes 'PEiD' as the value - //lpParam: NULL passed, for future use - - // Write your main code here - - return 1; -} - -LPSTR LoadDll() -{ - return "Name of the plugin"; -} - -BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) -{ - switch(fdwReason) - { - case DLL_PROCESS_ATTACH: - break; - - case DLL_THREAD_ATTACH: - break; - - case DLL_THREAD_DETACH: - break; - - case DLL_PROCESS_DETACH: - break; - } - return TRUE; -} - - diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/Delphi/Sample.dpr b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/Delphi/Sample.dpr deleted file mode 100644 index 1a6d01b..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/Delphi/Sample.dpr +++ /dev/null @@ -1,30 +0,0 @@ -//sample provided by _pusher_ -library Sample; - -uses - Windows; - -type DLL_RET_MSG = record -szMsgText: PChar; -szMsgHead: PChar; -dRetVal: DWORD; -dRetExVal: DWORD; -dFlags: DWORD; -end; - -function LoadDll:PChar;cdecl; -begin -result:='Name for Plugin'; -end; - -function DoMyJob(hMainDlg: HWND; szFname: PChar; lpReserved: DWORD; DRM: DLL_RET_MSG):DWORD; cdecl; -begin -Messagebox(hMainDlg,Pchar('hello world'+#13+#10+'FileName: '+szFname),'',MB_OK); -result:=1; //this is like showing peid all went well. -end; - -exports - DoMyJob, - LoadDll; - -end. diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/compile.bat b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/compile.bat deleted file mode 100644 index 6fc4049..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/compile.bat +++ /dev/null @@ -1,4 +0,0 @@ -\masm32\bin\ml /c /coff /Cp masm_plugin.asm -\masm32\bin\link /dll /DEF:masm_plugin.def /subsystem:windows /libpath:\masm32\lib masm_plugin.obj - -pause \ No newline at end of file diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/masm_plugin.asm b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/masm_plugin.asm deleted file mode 100644 index b585f02..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/masm_plugin.asm +++ /dev/null @@ -1,75 +0,0 @@ -;****************************************************************************** -;* PEiD Plugin Example by diablo2oo2 * -;****************************************************************************** -.586p -.mmx -.model flat, stdcall -option casemap :none - - -;****************************************************************************** -;* INCLUDES * -;****************************************************************************** -include \masm32\include\windows.inc -include \masm32\macros\macros.asm - -include \masm32\include\user32.inc -include \masm32\include\kernel32.inc -include \masm32\include\shell32.inc -include \masm32\include\advapi32.inc -include \masm32\include\gdi32.inc -include \masm32\include\comctl32.inc -include \masm32\include\comdlg32.inc -include \masm32\include\masm32.inc - -includelib \masm32\lib\user32.lib -includelib \masm32\lib\kernel32.lib -includelib \masm32\lib\shell32.lib -includelib \masm32\lib\advapi32.lib -includelib \masm32\lib\gdi32.lib -includelib \masm32\lib\comctl32.lib -includelib \masm32\lib\comdlg32.lib -includelib \masm32\lib\masm32.lib - - -;****************************************************************************** -;* DATA & CONSTANTS * -;****************************************************************************** -.const - -.data - -.data? -hInstance dd ? - - -;****************************************************************************** -;* CODE * -;****************************************************************************** -.code -align 16 -DllEntry proc _hInstance:HINSTANCE, _reason:DWORD, _reserved1:DWORD - m2m hInstance,_hInstance - mov eax,TRUE - ret -DllEntry endp - -align 16 -LoadDll proc - ;---Name of the plugin--- - mov eax,chr$("MASM Plugin Example") - ret -LoadDll endp - -align 16 -DoMyJob proc _hwnd:dword,_filename:dword,_lpreserved:dword,_lpparam:dword - - invoke MessageBox,_hwnd,_filename,chr$("MASM Plugin Example"),MB_OK - - ;---job done!--- - pop ebp ;stack fix - mov eax,1 - retn ;stack fix -DoMyJob endp - -end DllEntry \ No newline at end of file diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/masm_plugin.def b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/masm_plugin.def deleted file mode 100644 index 4d4fbc6..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/MASM/masm_plugin.def +++ /dev/null @@ -1,4 +0,0 @@ -LIBRARY masm_plugin -EXPORTS -LoadDll -DoMyJob \ No newline at end of file diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/PowerBASIC/PEiD_Plugin.bas b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/PowerBASIC/PEiD_Plugin.bas deleted file mode 100644 index ae88a0a..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/PowerBASIC/PEiD_Plugin.bas +++ /dev/null @@ -1,84 +0,0 @@ -' ================================================= -' -' PEiD's Plugin skeleton for PowerBASIC -' (C) 2004 by Marco Pontello - http://mark0.net -' -' This code is to be considered "public domain". -' Feel free to do what you want with it. -' -' ------------------------------------------------- -' -' PEiD is a file identifier especially tailored for -' PE (Portable executable) files. It detects most -' common packers, cryptors and compilers. It also -' sports a range of useful tools and plugins. -' -' PEiD's home: http://peid.has.it/ -' -' ================================================= - -#COMPILE DLL -#DIM ALL - -$PROGRAMVER = "1.0" -$PROGRAMTITLE = "MyPlugin" - -#INCLUDE "WIN32API.INC" - -' --- Global declarations - -GLOBAL ghDLLInstance AS LONG -GLOBAL ghPEiDDialog AS LONG - -' --- Exported functions - -DECLARE FUNCTION DoMyJob CDECL ALIAS "DoMyJob" (BYVAL hMainDlg AS DWORD, _ - BYREF szfName AS ASCIIZ, BYVAL lpReserved AS DWORD, _ - BYVAL lpVoid AS DWORD) AS DWORD -DECLARE FUNCTION LoadDll CDECL ALIAS "LoadDll" () AS DWORD - -' --- Return Plugin Name to PEiD -' PEiD call this at startup to build a list with the name of all -' available Plugins - -FUNCTION LoadDll CDECL ALIAS "LoadDll" () EXPORT AS DWORD - - STATIC szPluginName AS ASCIIZ * 256 - szPluginName = $PROGRAMTITLE - FUNCTION = VARPTR(szPluginName) - -END FUNCTION - -' --- Main Plugin routine -' This is called by PEiD when the Plugin is selected/run - -FUNCTION DoMyJob CDECL ALIAS "DoMyJob" (BYVAL hMainDlg AS DWORD, _ - BYREF szfName AS ASCIIZ, BYVAL lpReserved AS DWORD, _ - BYVAL lpVoid AS DWORD) EXPORT AS DWORD - - ghPEiDDialog = hMainDlg - MsgBox "PEiD's file: " & szfName, %MB_SYSTEMMODAL, $PROGRAMTITLE - FUNCTION = 1 - EXIT FUNCTION - -END FUNCTION - -' --- Main DLL entry - -FUNCTION LibMain (BYVAL hInstance AS LONG, BYVAL fwdReason AS LONG, _ - BYVAL lpvReserved AS LONG) AS LONG - - SELECT CASE fwdReason - CASE %DLL_PROCESS_ATTACH - ghDLLInstance = hInstance - FUNCTION = 1 - CASE %DLL_PROCESS_DETACH - FUNCTION = 1 - CASE %DLL_THREAD_ATTACH - FUNCTION = 1 - CASE %DLL_THREAD_DETACH - FUNCTION = 1 - END SELECT - EXIT FUNCTION - -END FUNCTION diff --git a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/readme.txt b/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/readme.txt deleted file mode 100644 index f67eeb2..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/pluginsdk/readme.txt +++ /dev/null @@ -1,6 +0,0 @@ -The Sample sources were provided by - -PowerBASIC, Mark0 -C++ , snaker -Delphi, _pusher_ -MASM, diablo2oo2 \ No newline at end of file diff --git a/Tools/PEiD/PEiD-0.95-20081103/readme.txt b/Tools/PEiD/PEiD-0.95-20081103/readme.txt deleted file mode 100644 index f04d7d9..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/readme.txt +++ /dev/null @@ -1,166 +0,0 @@ -PE iDentifier v0.95 (2008.11.03) by snaker, Qwerton, Jibz & xineohP ------------------------------------------------------- - -PEiD detects most common packers, cryptors and compilers for PE files. It can currently detect more than 600 different signatures in PE files. - -PEiD is special in some aspects when compared to other identifiers already out there! - -1. It has a superb GUI and the interface is really intuitive and simple. -2. Detection rates are amongst the best given by any other identifier. -3. Special scanning modes for *advanced* detections of modified and unknown files. -4. Shell integration, Command line support, Always on top and Drag'n'Drop capabilities. -5. Multiple file and directory scanning with recursion. -6. Task viewer and controller. -7. Plugin Interface with plugins like Generic OEP Finder and Krypto ANALyzer. -8. Extra scanning techniques used for even better detections. -9. Heuristic Scanning options. -10. New PE details, Imports, Exports and TLS viewers -11. New built in quick disassembler. -12. New built in hex viewer. -13. External signature interface which can be updated by the user. - - -There are 3 different and unique scanning modes in PEiD. - -The *Normal Mode* scans the PE files at their Entry Point for all documented signatures. This is what all other identifiers also do. - -The *Deep Mode* scans the PE file's Entry Point containing section for all the documented signatures. This ensures detection of around 80% of modified and scrambled files. - -The *Hardcore Mode* does a complete scan of the entire PE file for the documented signatures. You should use this mode as a last option as the small signatures often tend to occur a lot in many files and so erroneous outputs may result. - -The scanner's inbuilt scanning techniques have error control methods which generally ensure correct outputs even if the last mode is chosen. The first two methods produce almost instantaneous outputs but the last method is a bit slow due to obvious reasons! - - -Command line Options --------------------- - -PEiD now fully supports commandline parameters. - -peid -time // Show statistics before quitting -peid -r // Recurse through subdirectories -peid -nr // Don't scan subdirectories even if its set -peid -hard // Scan files in Hardcore Mode -peid -deep // Scan files in Deep Mode -peid -norm // Scan files in Normal Mode - -peid - -You can combine one or more of the parameters. - - -For example. - -peid -hard -time -r c:\windows\system32 -peid -time -deep c:\windows\system32\*.dll - - -Task Viewing / Control Module ------------------------------ - -You can scan currently running tasks with PEiD. The files are scanned from memory. Processes can also be terminated. You can also optionally dump a module and scan the dumped image. You can also view all dependant modules of the processes. - - -Multiple File Scan Module -------------------------- - -You can scan multiple files at one go with PEiD. Just drag and drop the files on the PEiD main dialog and the Multiple File Scan Dialog will popup displaying the results. You can keep dragging and dropping files onto this dialog as well. It also offers you to choose from the different scanning modes and optionally load a single file in PEiD. It allows you to skip the non PE files so that the list looks clean. You can also scan the contents of a directory choosing files of custom extension if required. MFS v0.02 now supports recursive directory scanning. - - -Disassembler Module -------------------- - -You can have a quick disassembly of the file loaded in PEiD. Double click to follow JMPs and CALLs and use the Back button to trace back to the original positions. You can copy disassembled output to the clipboard. A new CADT core with custom String Reference Finder has been cooked up. -CADT is coded by Ms-Rem. - - -Hex Viewer Module -------------------- - -You can have a quick hex view of the file loaded in PEiD. A modified version of 16Edit by y0da is used for this purpose. - - -We intend to update the signatures quite often to keep pace with this ever evolving scene :) - - -Please report bugs, ideas, new signatures or packer info to: -pusher -> sir.pusher(at)gmail(dot)com ( Administration / Coder ) -snaker -> snaker(at)myrealbox(dot)com -Jibz -> peid(at)ibsensoftware(dot)com -Qwerton -> qwaci(at)gmx(dot)net - -ALL SUGGESTIONS, IDEAS, BUG REPORTS AND CRITICS ARE WELCOME. - - -History -------- - -0.7 Beta -> First public release. - -0.8 Public -> Added support for 40 more packers. OEP finding module. Task viewing/control module. - GUI changes. General signature bug fixes. Multiple File and Directory Scanning module. - -0.9 Recode -> Completely recoded from scratch. New Plugin Interface which lets you use extra features. - Added more than 130 new signatures. Fixed many detections and general bugs. - -0.91 Reborn -> Recoded everything again. New faster and better scanning engine. New internal signature system. - MFS v0.02 now supports Recursive Scanning. Commandline Parser now updated and more powerful. - Detections fine tuned and newer detections added. Very basic Heuristic scanning. - -0.92 Classic -> Added support for external database, independent of internal signatures. Added PE details lister. - Added Import, Export, TLS and Section viewers. Added Disassembler. Added Hex Viewer. - Added ability to use plugins from Multiscan window. Added exporting of Multiscan results. - Added ability to abort MultiScan without loosing results. - Added ability to show process icons in Task Viewer. - Added ability to show modules under a process in Task Viewer. Added some more detections. - -0.93 Elixir -> Added sorting of Plugin menu items. Submenus are created based on subfolders in the directory. - Added Brizo disassembler core. Added some more detections. - Fixed documented and undocumented vulnerability issues. - Fixed some general bugs. - Removed mismatch mode scanner which needs further improvements. - -0.94 Flux -> Too much is new to remember. - MFS, Task Viewer and Disassembler windows maximizable. - New smaller and lighter disassembler core CADT. - New KANAL 2.90 with much more detections and export features. - Added loads of new signatures. Thanks to all the external signature collections online. - String References integrated into disassembler. - Fixed documented and undocumented crashes. - Fixed some general bugs. - -0.95 Phoenix -> Fixed some crashing bugs. - Minor Core update. - Crash Fix in Securom detection. - - -Greets ------- - -Qwerton, Jibz, CHRiST0PH, uno, DAEMON, MackT, VAG, SAC, Gamumba, SnowP and all the rest at uG, Michael Hering, tE!, pusher, {igNo}, Maxx, CoDE, BaND, Snacker, skamer, HypnZ, ParaBytes, Clansman, BuLLeT, Devine9, innuendo, Corby, cokine, AiRW0lF, fxfighter, GodsJiva, Carpathia, _death, artik, r!sc, NoodleSPA, SiR_dReaM, CHoRDLeSS, NeOXQuiCk, un4Giv3n, RZX, 7xS, LibX and all who helped with PEiD :) - -snaker, Jibz, cokine, Iczelion, Clansman, Z-Wing, Unknown One/TMG, PeeWee, DnNuke, sinny/BAFH, all the other nice people in CiA, uG and all of you who helped us develope PEiD. Thanks. - -snaker, Qwerton, DAEMON, VaG, Parabytes, bse, f0dder, Stone, Michael Hering, Iczelion, Steve Hutchesson, Eugene Suslikov, and everybody in #unpacking and #compression. - - -Qwerton - Hope you get time someday again, was nice working with you :) -Jibz - You rock evil friend. Thanks for all your help. It's a pleasure working with you. Hope things work out! -Michael Hering - FILE INFO is still the absolute best. Your suggestions rock :) -uG2oo6 - Delicious Slumber! -MackT - Thanks for all your help and for ImpREC of course ;) -Unknown One - Spend more time with us :) -BaND - Thanks for all your testing and help. -pusher - Thanks for your help and all the testing and the constant encouragment ;) -Maxx - Thanks for the encouragment, your code and suggestions should be added next time :) -Kaparo & Aaron - Thanks for your sites :) -BoB - Thanks for taking over the PEiD project, and the contribution. - - -We would also like to thank the *few* people who sent us their comments and feedback about PEiD. -Also greetings to everyone who has supported PEiD till date. Without you this new release would never be possible. - - -You can check out the PEiD homepage at http://www.peid.info and the PEiD Forums at http://www.peid.info/forum - -snaker, Qwerton, Jibz & xineohP Productions - -2008- diff --git a/Tools/PEiD/PEiD-0.95-20081103/userdb.txt b/Tools/PEiD/PEiD-0.95-20081103/userdb.txt deleted file mode 100644 index 64dca05..0000000 --- a/Tools/PEiD/PEiD-0.95-20081103/userdb.txt +++ /dev/null @@ -1,5 +0,0 @@ -[Name of the Packer v1.0] -signature = 50 E8 ?? ?? ?? ?? 58 25 ?? F0 FF FF 8B C8 83 C1 60 51 83 C0 40 83 EA 06 52 FF 20 9D C3 -ep_only = true - - diff --git a/Tools/Strings/Eula.txt b/Tools/Strings/Eula.txt deleted file mode 100644 index 8efa711..0000000 --- a/Tools/Strings/Eula.txt +++ /dev/null @@ -1,75 +0,0 @@ -Sysinternals Software License Terms -These license terms are an agreement between Sysinternals (a wholly owned subsidiary of Microsoft Corporation) and you. Please read them. They apply to the software you are downloading from technet.microsoft.com/sysinternals, which includes the media on which you received it, if any. The terms also apply to any Sysinternals -* updates, -* supplements, -* Internet-based services, -* and support services -for this software, unless other terms accompany those items. If so, those terms apply. -BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. -If you comply with these license terms, you have the rights below. - -Installation and User Rights - -You may install and use any number of copies of the software on your devices. - -Scope of License - -The software is licensed, not sold. This agreement only gives you some rights to use the software. Sysinternals reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not -* work around any technical limitations in the software; -* reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation; -* make more copies of the software than specified in this agreement or allowed by applicable law, despite this limitation; -* publish the software for others to copy; -* rent, lease or lend the software; -* transfer the software or this agreement to any third party; or -* use the software for commercial software hosting services. - -Sensitive Information - -Please be aware that, similar to other debug tools that capture “process state” information, files saved by Sysinternals tools may include personally identifiable or other sensitive information (such as usernames, passwords, paths to files accessed, and paths to registry accessed). By using this software, you acknowledge that you are aware of this and take sole responsibility for any personally identifiable or other sensitive information provided to Microsoft or any other party through your use of the software. - -Documentation - -Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes. - -Export Restrictions - -The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting . - -Support Services - -Because this software is "as is," we may not provide support services for it. - -Entire Agreement - -This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. - -Applicable Law - -United States . If you acquired the software in the United States , Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort. -Outside the United States . If you acquired the software in any other country, the laws of that country apply. - -Legal Effect - -This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so. - -Disclaimer of Warranty - -The software is licensed "as-is." You bear the risk of using it. Sysinternals gives no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this agreement cannot change. To the extent permitted under your local laws, sysinternals excludes the implied warranties of merchantability, fitness for a particular purpose and non-infringement. - -Limitation on and Exclusion of Remedies and Damages - -You can recover from sysinternals and its suppliers only direct damages up to U.S. $5.00. You cannot recover any other damages, including consequential, lost profits, special, indirect or incidental damages. -This limitation applies to -* anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and -* claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. - -It also applies even if Sysinternals knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages. -Please note: As this software is distributed in Quebec , Canada , some of the clauses in this agreement are provided below in French. -Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français. -EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Sysinternals n'accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection dues consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d'adéquation à un usage particulier et d'absence de contrefaçon sont exclues. -LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Sysinternals et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices. -Cette limitation concerne : -tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et -les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d'une autre faute dans la limite autorisée par la loi en vigueur. -Elle s'applique également, même si Sysinternals connaissait ou devrait connaître l'éventualité d'un tel dommage. Si votre pays n'autorise pas l'exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l'exclusion ci-dessus ne s'appliquera pas à votre égard. -EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d'autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas. diff --git a/Tools/Strings/strings.exe b/Tools/Strings/strings.exe deleted file mode 100644 index cf73d7d..0000000 Binary files a/Tools/Strings/strings.exe and /dev/null differ diff --git a/Tools/Strings/strings64.exe b/Tools/Strings/strings64.exe deleted file mode 100644 index 643d770..0000000 Binary files a/Tools/Strings/strings64.exe and /dev/null differ diff --git a/Tools/objdump.exe b/Tools/objdump.exe new file mode 100644 index 0000000..c10d057 Binary files /dev/null and b/Tools/objdump.exe differ diff --git a/Tools/strings.exe b/Tools/strings.exe new file mode 100644 index 0000000..7f5aad0 Binary files /dev/null and b/Tools/strings.exe differ diff --git a/mainProject/db.sqlite3 b/mainProject/db.sqlite3 index 0db2f7b..b2e3c8b 100644 Binary files a/mainProject/db.sqlite3 and b/mainProject/db.sqlite3 differ diff --git a/mainProject/mainProject/settings.py b/mainProject/mainProject/settings.py index af1a0fe..5d3b4a1 100644 --- a/mainProject/mainProject/settings.py +++ b/mainProject/mainProject/settings.py @@ -31,6 +31,7 @@ # Application definition INSTALLED_APPS = [ + 'uploadApp.apps.UploadappConfig' 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', diff --git a/mainProject/uploadApp/models.py b/mainProject/uploadApp/models.py index 71a8362..cb1d731 100644 --- a/mainProject/uploadApp/models.py +++ b/mainProject/uploadApp/models.py @@ -1,3 +1,12 @@ from django.db import models # Create your models here. + +class Question(models.Model): + question_text = models.CharField(max_length=200) + pub_date = models.DateTimeField('date publishied') + +class Choice(models.Model): + question = models.ForeignKey(Question, on_delete = models.CASCADE) + choice_text = models.CharField(max_length=200) + votes = models.IntegerField(default = 0) \ No newline at end of file