Skip to content

Commit

Permalink
[RAPPS-DB] Adding OllyDbg 1 and 2 (#241)
Browse files Browse the repository at this point in the history
Files= is crafted to avoid installing the old dbghelp and psapi dlls shipped with these programs.
  • Loading branch information
whindsaks authored May 16, 2024
1 parent 6068b8d commit 9eaca60
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ollydbg1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Section]
Name=OllyDbg
Description=32-bit assembler level analysing debugger
Category=7
License=Shareware
URLSite=http://www.ollydbg.de/
Version=1.10
URLDownload=http://www.ollydbg.de/odbg110.zip
SHA1=8403d8049a0841887c16cf64889596ad52b84da8
SizeBytes=1333471
Installer=Generate

[Generate]
Files=o*|*m*.dll|*.txt
DelFile=ollydbg.ini
16 changes: 16 additions & 0 deletions ollydbg2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Section]
Name=OllyDbg 2
Description=OllyDbg 2 is a 32-bit assembler-level analyzing debugger with an intuitive interface.
Category=7
LicenseType=1
License=GPLv3
URLSite=https://www.ollydbg.de/version2.html
Version=2.01
URLDownload=https://www.ollydbg.de/odbg201.zip
SHA1=d41fe77a2801d38476f20468ab61ddce14c3abb8
SizeBytes=6965278
Installer=Generate

[Generate]
Files=o*.exe|*.exe|help*
DelFile=ollydbg.ini

0 comments on commit 9eaca60

Please sign in to comment.