Oblivion
0 of 0

File information

Last updated

Original upload

Created by

DavidJCobb and llde

Uploaded by

DavidJCobb

Virus scan

Safe to use

Tags for this mod

About this mod

A DLL that logs raw crash data -- the instruction pointer, x86 register values, and an attempt at identifying the source DLL (and instruction pointer relative to its module base).

Requirements
Permissions and credits
Changelogs
Crash Logger
This is a simple DLL that logs raw crash data -- the instruction pointer, x86 register values, stack, and an attempt at identifying the source DLL (and instruction pointer relative to its module base). This utility generally will not be useful for players; it is intended for mod authors doing code injection work.

The DLL logs to one file, CobbCrashLogger.log, in Oblivion's install directory. The log file will be emptied out every time the game starts.

Links
VirusTotal scan for v0: 0 viruses found across 66 scans
Source code for DLL