English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 29 May 2012, 06:34   #1
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Floppy disk Amiga Bootblock Reader v2

Hi all, im releasing a new version of my program Amiga Bootblock Reader as i now have very little time to work on it due to getting married etc and my old version is a buggy mess and so..

Changes include:

- 1107 Bootblocks now recognized
- Bootblock installer with 687 bootblocks
(No viruses and most non-standalone bootblocks removed)
- Rewritten directory scanner, now multithreaded
- Bootblock ripper to allow ripping of bootblock code from amiga programs without installing
- Revamped interface with pics drawn by me
- So many changes i have forgotten lol

WIP:
- Brain file manager


Program: ABR2.00.zip (.NET 3.0 Required)

Please post any changes you wish to make to the brainfile to this thread or attach the 'bb.brainfile' file to a post at the end
Click image for larger version

Name:	PAGE1.PNG
Views:	2056
Size:	80.3 KB
ID:	31749Click image for larger version

Name:	page2.png
Views:	1652
Size:	119.9 KB
ID:	31750Click image for larger version

Name:	page3.png
Views:	1820
Size:	108.8 KB
ID:	31751Click image for larger version

Name:	page4.png
Views:	1564
Size:	95.7 KB
ID:	31752

Last edited by jasonver2.0; 01 December 2016 at 13:42. Reason: Old box.net info
jasonver2.0 is offline  
Old 29 May 2012, 13:44   #2
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
Quote:
Originally Posted by jasonver2.0 View Post
Hi all, im releasing a new version of my program Amiga Bootblock Reader as i now have very little time to work on it due to getting married etc and my old version is a buggy mess and so..

Changes include:

- 1107 Bootblocks now recognized
- Bootblock installer with 687 bootblocks
(No viruses and most non-standalone bootblocks removed)
- Rewritten directory scanner, now multithreaded
- Bootblock ripper to allow ripping of bootblock code from amiga programs without installing
- Revamped interface with pics drawn by me
- So many changes i have forgotten lol

WIP:
- Import brainfile
- Bootblock compare (not happy with present state)
- More bootblock pictures


Attachment 31753

For bootblock pictures download:
http://www.box.net/shared/m2y5vzraj4

I would like very much that if you learn any new bootblocks / make changes to your brainfile please upload to this thread in attachment or PM me ('bb.brainfile' in the A.B.R path). This includes if you used the old version and have learned or made changes to the brainfile. Thanks

Attachment 31749Attachment 31750Attachment 31751Attachment 31752
How about a disassembly function?
kamelito is offline  
Old 12 July 2012, 16:39   #3
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Very good work. Some bugs but your program is very usefull.

some suggestions:
Quarterback detection is not very good
Code:
Quarterback Backup DIsk (Possible),1,98,2,48,5,0,1,98,5,0,1,98,5,0,s,,0
Quarterback Backup DIsk (Possible),1,98,6,0,1,98,6,0,1,98,6,0,1,98,s,,0
=>
Code:
Quarterback Backup Disk (Possible),0,81,1,66,5,0,6,0,7,0,10,0,11,0,s,,0
Quarterback Backup Disk (Possible),0,81,1,98,5,0,6,0,7,0,10,0,11,0,s,,0
Bad name:
Mortiville Manor Boot v1.0
=> Mortville Manor Boot v1.0

UAE Bootblock
=> UAE Extended ADF

AmigaDOS Standard - 2.0 FFS International DirCache
=> AmigaDOS Standard - 3.0 FFS International DirCache

Last edited by Crashdisk; 12 July 2012 at 16:44.
Crashdisk is offline  
Old 29 July 2012, 14:24   #4
asymetrix
Registered User
 
Join Date: Jul 2009
Location: UK
Posts: 112
Interesting project !

great work

I was just thinking if one could export a bootblock to BinHex, we could save bootblocks as text files.

If MD5 for each Bootblock is known, we know we have a authenticated way to recreate disks.

Can one imagine a whole DMS/ADF converted to XML format ;-)
asymetrix is offline  
Old 07 August 2012, 05:41   #5
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
@Crashdisk - Thank you for your corrections - im only a hobbyist programmer and am happy to stand corrected

p.s. What bugs are you referring too? I want to try and fix them

@asymetrix - Thanks

Last edited by jasonver2.0; 07 August 2012 at 05:46.
jasonver2.0 is offline  
Old 07 August 2012, 10:57   #6
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
hi jasonver2.0
your program does not check that the file is not locked by another application before reading / writing
eg:
"Test Run in WinUAE BB" if %temp%/temp.adf is already used by WinUAE

Since my previous post I found many errors in the database but I did not take notes, sorry. Overall, you forget that the virus (80%) mutate after each contamination...

If you like challenges, there is a very rare virus, which has so far never been identified (not sure ). His name is "Nightmare-Loader". good search
Crashdisk is offline  
Old 07 August 2012, 17:58   #7
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by Crashdisk View Post
If you like challenges, there is a very rare virus, which has so far never been identified (not sure ). His name is "Nightmare-Loader". good search
Quite. http://eab.abime.net/showthread.php?t=65302
prowler is offline  
Old 07 August 2012, 18:03   #8
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Oh no, it's not funny that!
However they must find the famous disks
Crashdisk is offline  
Old 07 August 2012, 18:25   #9
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by Crashdisk View Post
Oh no, it's not funny that!
Oh, sorry.

Quote:
Originally Posted by Crashdisk View Post
However they must find the famous disks
Don't you have them?
prowler is offline  
Old 07 August 2012, 18:33   #10
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Quote:
Originally Posted by prowler View Post
Don't you have them?
Yes, but I do not share ... for now ^^
Crashdisk is offline  
Old 08 August 2012, 08:33   #11
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Quote:
Originally Posted by Crashdisk View Post
hi jasonver2.0
your program does not check that the file is not locked by another application before reading / writing
eg:
"Test Run in WinUAE BB" if %temp%/temp.adf is already used by WinUAE

Since my previous post I found many errors in the database but I did not take notes, sorry. Overall, you forget that the virus (80%) mutate after each contamination...

If you like challenges, there is a very rare virus, which has so far never been identified (not sure ). His name is "Nightmare-Loader". good search
1. Ok ill fix that

2. I have scanned virus bootblocks from many different sources and all have come up accurate (as far as i know ) - some bootblocks have been hard to pin down such as Lamers, Tai-Pan and others, I presume these are the kind of bootblocks you speak of. I need many examples of the same bootblock in order to find commonality for detection. If you could tell me which ones do this i will remove them from the brainfile as the detection will be useless

3. Ok lol
jasonver2.0 is offline  
Old 08 August 2012, 08:55   #12
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Cool, I'll be back in about two weeks, we can share our collections if you wish (completely unfinished, however )
Crashdisk is offline  
Old 09 February 2013, 12:22   #13
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
--

Last edited by jasonver2.0; 06 May 2017 at 09:18. Reason: No longer relevant
jasonver2.0 is offline  
Old 09 February 2013, 12:33   #14
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Sad news because I use your program regularly. I hope someone will take over. You plan to provide your bootblock collection too?
In any case thank you, you helped me a lot for my own program ^^
Crashdisk is offline  
Old 09 February 2013, 14:21   #15
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Thank you very much . I hope it will be useful and used!
Crashdisk is offline  
Old 19 February 2013, 17:09   #16
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Hi Jason,
you allow me to spread database updated here?
Crashdisk is offline  
Old 20 February 2013, 03:34   #17
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Yeah no problems mate
jasonver2.0 is offline  
Old 23 February 2013, 12:54   #18
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Here is a small update for ABR:
- Fix some typo
- Change classe for some "bad" bootblock
- Change the name for some virus clones common

bb.brainfile [2013-02-23] removed

Last edited by Crashdisk; 25 February 2013 at 10:36.
Crashdisk is offline  
Old 25 February 2013, 10:34   #19
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
New update:
- The detection of the entire family of viruses "Lamer Exterminator" has been reworked (decoded version removed!)
Note: Numbering based on VirusZ III
- Changed the name for many virus clones common
- Remove some unnecessary space characters
- Some unimportant things ^^
- Alphabetical sorting of the database

If these changes cause regressions, thank you for the report here.

bb.brainfile [2013-02-25] removed

Last edited by Crashdisk; 02 March 2013 at 09:01.
Crashdisk is offline  
Old 25 February 2013, 10:39   #20
DDNI
Targ Explorer
 
DDNI's Avatar
 
Join Date: Mar 2006
Location: Northern Ireland
Posts: 5,431
Send a message via ICQ to DDNI Send a message via MSN to DDNI
Thanks to Jason for his program and to crashdisk for your continued work on it.
DDNI is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Amiga Bootblock Reader jasonver2.0 News 64 08 March 2020 01:08
SCSI Card reader amiga?? jimbobrocks92 support.Hardware 15 26 August 2018 15:21
Replace Amiga's Floppy Drive with USB Reader? xaind support.Hardware 6 29 April 2010 18:29
Super Low Cost Amiga CF Card Reader AmigaMAD75 support.Hardware 5 26 January 2010 18:41
Amiga pdf reader RickyD-II request.Other 6 16 May 2007 19:14

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 16:42.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.14148 seconds with 14 queries