Skip to content

Commit

Permalink
[RAPPS-DB] Adding OllyDbg 1 and 2
Browse files Browse the repository at this point in the history
Including v1 since it is still popular in certain communities and has a big plug-in ecosystem.
  • Loading branch information
whindsaks committed May 14, 2024
1 parent 6068b8d commit 442fd7e
Show file tree
Hide file tree
Showing 2 changed files with 30 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
LicenseType=2
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
15 changes: 15 additions & 0 deletions ollydbg2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Section]
Name=OllyDbg 2
Description=OllyDbg 2 is a 32-bit assembler-level analyzing debugger with an intuitive interface.
Category=7
LicenseType=2
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 442fd7e

Please sign in to comment.