View Single Post
  #7  
Old 07-04-2026, 12:42
wrathma wrathma is offline
Registered User
 
Join Date: Apr 2024
Location: Dhaka
Posts: 60
Thanks: 46
Thanked 41 Times in 24 Posts
wrathma is on a distinguished road
oodlescan

a simple oodle stream scanner i made. 99% of the logic is taken from xtool source code. built with gcc on windows x64. the only reason i made this and difference between this and Razor12911's oo2scan_7_win64 is that this one uses chunk based data loading. oo2scan_7_win64 tries to occupy the entire size of the file on memory to store and scan it from there, in cases where the data is huge it would fail. oodlescan copies small chunks from the file to memory and scans from there, eliminating the memroy allocation issue. i will add the source code here after some polishing .

Code:
 SYMM's Oodle Stream Scanner

 - Scans files for Oodle streams

 Usage: H:\test\ooscan\oodlescan.exe [options] <file>

 Options:
   -cN    size of chunks (e.g. -c16M)
   -v     show valid streams only
   -vv    show valid and invalid streams
   -h     show this help message
edit: added source code
Attached Files
File Type: 7z ooscan_r1.7z (29.9 KB, 10 views)

Last edited by wrathma; 09-04-2026 at 02:17.
Reply With Quote
The Following 7 Users Say Thank You to wrathma For This Useful Post:
dixen (10-04-2026), Dunnowho69 (07-04-2026), L33THAK0R (08-04-2026), Masquerade (08-04-2026), Razor12911 (09-04-2026), Ruman (14-04-2026), ScOOt3r (07-04-2026)