English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 04 March 2019, 12:08   #1
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Amiga Bootblock Reader v3.00

Hello fellow Amigans

I have released a new version of my program

It uses .NET 4.0 and is Microsoft Windows program to scan ADF and Bootblock files on PC

- Recognises 1716 Bootblocks
- Newly redesigned interface (mostly)
- Lots of little changes all over the place
- Includes boot pictures for many of the recognised bootblocks
- Can now use WinUAE / FS-UAE from any location (WinFellow doesn't have command line arguments and so cant be used to test bootblocks)
- Program uses PNGs generated by WinUAE screenshot function (You can create your own if needed)

I'm not sure if anyone is interested in having a program like this anymore. I will stop working on this if there is little to no interest

Known problems:

- If you add a String search that the program doesn't like it will refuse to scan correctly afterwards. Your string search contains a character that causes the scan routine to break, you will need to edit the search.brainfile file in a text editor and remove the offending line. (No blank lines)

- While i have endeavoured to make the scanning as accurate as i can, in some cases there will be some inaccurate detection.

Box.net archive containing program and boot pictures
https://app.box.com/s/iq9wwc68sjifjf5724ezvdc603iocfwx

ABR without boot pictures to allow attaching in forum
ABR1.30.zip

Bootblock archive
Bootblocks.zip

5/03/19: Fixed Amiga emulator setting defaulting to WinUAE
6/03/19: It seems i broke .ZIP handling (containing ADF's) - fixed
13/03/19: When ABR found a ADF file, the 'Boot Disk' button wasn't enabling for some reason
Attached Thumbnails
Click image for larger version

Name:	pic1.jpg
Views:	652
Size:	160.9 KB
ID:	62328   Click image for larger version

Name:	pic2.jpg
Views:	695
Size:	293.7 KB
ID:	62329  

Last edited by jasonver2.0; 13 March 2019 at 11:46. Reason: Updated
jasonver2.0 is offline  
Old 04 March 2019, 18:12   #2
Phantasm
Not a Rebel anymore
 
Phantasm's Avatar
 
Join Date: Apr 2005
Location: UK
Age: 51
Posts: 497
Might want to mention that this is a PC application not an Amiga application
Phantasm is offline  
Old 04 March 2019, 19:08   #3
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Hello Jason,
it's good to see you back here!
I just tested the new version of your program and I have a bug at launch:
Code:
System.IO.FileNotFoundException: C:\Program Files(x86)\WinUAE
   à System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
   à AmigaBBReader.frmMain.GetFileVersionInfo(String filename)
   à AmigaBBReader.frmMain.frmMain_Load(Object sender, EventArgs e)
   à System.EventHandler.Invoke(Object sender, EventArgs e)
   à System.Windows.Forms.Form.OnLoad(EventArgs e)
   à System.Windows.Forms.Form.OnCreateControl()
   à System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   à System.Windows.Forms.Control.CreateControl()
   à System.Windows.Forms.Control.WmShowWindow(Message& m)
   à System.Windows.Forms.Control.WndProc(Message& m)
   à System.Windows.Forms.Form.WmShowWindow(Message& m)
   à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The path is wrong "C:\Program Files(x86)\WinUAE" because it should be "C:\Program Files (x86)\WinUAE"

Another anomaly, in the interface, it refers to 10 types of bootblock but your database contains 12 types of bootblock:
Code:
Boot Demo       > i
Boot Game       > g
Boot Loader     > bl
Boot Logo       > l
Boot Menu       > m
Copy Protection > p
Scroller        > sc
Standard        > s
Utility         > u
Virus           > v
--------------------
Crack?		> cr
Copier?         > cm
Thank you for your tools, it will help us to improve our database . I've been working on bootblocks for a few months now
Crashdisk is offline  
Old 04 March 2019, 19:48   #4
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by Crashdisk View Post
The path is wrong "C:\Program Files(x86)\WinUAE" because it should be "C:\Program Files (x86)\WinUAE"
...but not everyone "installs" WinUAE.

For me my path is as follows: "C:\WinUAE\WinUAE.exe".

Can we not specify where the WinUAE executable is via the program?
DamienD is offline  
Old 04 March 2019, 20:10   #5
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Quote:
Originally Posted by DamienD View Post
...but not everyone "installs" WinUAE.

For me my path is as follows: "C:\WinUAE\WinUAE.exe".

Can we not specify where the WinUAE executable is via the program?
You're right, but on 64-bit systems, the official path is "C:\Program Files (x86)\WinUAE" for 32-bits installer and "C:\Program Files\WinUAE" with 64-bits installer.
The ABR error is related to a hardcoded path but customizable, at least in theory because the parameters are not saved

Optimized PNG in the zone (12.5mo to 6.35mo)

Last edited by Crashdisk; 04 March 2019 at 21:26.
Crashdisk is offline  
Old 04 March 2019, 22:13   #6
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Sorry about the WinUAE thing, i removed all hardcoded references to WinUAE as the program can use any version of WinUAE or FS-UAE to test bootblocks. I forgot that i set the path on my copy it 'hard-coded' it at least to begin with.

I fixed the brainfile and removed the extra classes. I was testing out some new ones but forgot to revert the brainfile afterward

Ive updated the ABR1.30.zip in the first post
jasonver2.0 is offline  
Old 04 March 2019, 22:16   #7
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
I will upload a archive of my bootblocks for anyone who wants it - someone can upload it to FTP if they want. I don't have a high enough post count recently to create a upload account.
jasonver2.0 is offline  
Old 05 March 2019, 17:59   #8
RoC
Registered User
 
Join Date: May 2011
Location: Italy
Posts: 214
Thanks for this update!

I have been using the previous one to test several BB.
RoC is offline  
Old 06 March 2019, 13:31   #9
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Updated ABR again as it appears .ZIP handling was broken by excessive tinkering

Last edited by jasonver2.0; 08 March 2019 at 01:25.
jasonver2.0 is offline  
Old 13 March 2019, 11:47   #10
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Updated again due to accidently breaking ADF booting
jasonver2.0 is offline  
Old 14 March 2019, 08:05   #11
HOL2001
Amigamaniac
 
HOL2001's Avatar
 
Join Date: Mar 2005
Location: Neheim / Germany
Age: 50
Posts: 564
For me there are no boot pictures in the
"Box.net archive containing program and boot pictures"
HOL2001 is offline  
Old 16 March 2019, 16:47   #12
RoC
Registered User
 
Join Date: May 2011
Location: Italy
Posts: 214
Quote:
Originally Posted by jasonver2.0 View Post
Updated again due to accidently breaking ADF booting

Just downloaded. Thanks again.
RoC is offline  
Old 17 March 2019, 04:04   #13
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Boot pictures are back in box.net archive. Sorry about that HOL2001
jasonver2.0 is offline  
Old 18 March 2019, 08:33   #14
HOL2001
Amigamaniac
 
HOL2001's Avatar
 
Join Date: Mar 2005
Location: Neheim / Germany
Age: 50
Posts: 564
Many thanks!
HOL2001 is offline  
Old 18 March 2019, 16:40   #15
Crashdisk
Moderator
 
Crashdisk's Avatar
 
Join Date: Jun 2009
Location: France
Age: 46
Posts: 1,982
Repack : Full optimized pictures in The Zone
Crashdisk is offline  
Old 19 March 2019, 08:03   #16
HOL2001
Amigamaniac
 
HOL2001's Avatar
 
Join Date: Mar 2005
Location: Neheim / Germany
Age: 50
Posts: 564
Nice! Many thanks!
HOL2001 is offline  
Old 19 September 2019, 13:35   #17
tmb
scene mystery
 
tmb's Avatar
 
Join Date: Jan 2018
Location: Vienna / Austria
Posts: 58
just wanted to say, that programm is cool and i love the feature of scanning a whole directory with files for the bootblocks at once. great!
tmb is offline  
Old 23 February 2020, 03:14   #18
breech
Registered User
 
breech's Avatar
 
Join Date: Sep 2009
Location: Syd
Posts: 184
Nice. I thought this was dead because the other threads were not being updated. Thanks!
breech is offline  
Old 03 May 2020, 15:15   #19
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,676
Definitely a worthwhile utility, as long as it genuinely recognises those bootblocks that are harmful/virus!

One issue, if I navigate to a directory from the Bootblock Display Tab and open an ADF, it doesn't seem to remember the directory if you open another file, it always goes back to c:\ so you have to navigate back to whatever folder you wanted! You can set a default ADF Drawer to a particular folder and use that all the time, it's kind of a pain as it seems you have to keep re-setting the default folder if you want to work in another folder!
BarryB is offline  
Old 04 May 2020, 20:30   #20
ma693541
Computer Wizard
 
ma693541's Avatar
 
Join Date: Aug 2007
Location: Ramberg/Norway
Posts: 928
The 16 Bit Crew Bootblock virus is missing, maybe others too. Ran the program against an .ADF folder and there was a lot of "Unknown Bootblock" messages, virus or not, that's the big question.
ma693541 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 v2 jasonver2.0 News 40 29 April 2021 20:57
Amiga Bootblock Reader 3.00 jasonver2.0 News 10 03 May 2020 14:37
Amiga Bootblock Reader jasonver2.0 News 64 08 March 2020 01:08
A good Amiga PDF reader source support.Apps 20 28 February 2019 15:40
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 17:27.

Top

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