Skip to content

Releases: OALabs/BlobRunner

BlobRunner 0.0.5

12 Jun 23:58
Compare
Choose a tag to compare
  • BugFix #10 - --offset assumes base 16
  • Remove call to VirtualProtect as the rights are already set to RWX in the call to VirtualAlloc

BlobRunner 0.0.4

29 Feb 23:28
Compare
Choose a tag to compare
  • Added --jit option to trigger configured JIT debugger
  • Removed --autobreak option
  • BugFix #8 - Bug with string formatter
  • BugFix #4 - --autobreak corrupts shell execution
  • BugFix #3 - --nopause flag doesn't work on x64
  • Minor updates

BlobRunner 0.0.3

01 Jan 18:47
Compare
Choose a tag to compare
  • Added autobreak option which sets a breakpoint at 0 or the specified offset within the shellcode.
  • Minor updates and fixes.

BlobRunner 0.0.2

11 Oct 02:06
Compare
Choose a tag to compare
BlobRunner 0.0.2 Pre-release
Pre-release
  • Added support for debugging x64 shellcode. This uses CreateThread & ResumeThread which allows an analyst to set a breakpoint in the thread function before the thread is resumed.
  • Minor updates

BlobRunner v0.0.1

28 Sep 00:29
Compare
Choose a tag to compare
BlobRunner v0.0.1 Pre-release
Pre-release

Initial Release of BlobRunner.