English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 06 October 2008, 12:02   #1
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Floppy disk Amiga Bootblock Reader

Hello everyone, my brother and I have just made a new program that we find useful and we hope you find it useful to

- Its a program that can read, write, save from disk and install to disk bootblocks.
- It has a brainfile that recognises bootblocks and has the ability to add more
- Any suggestions and feedback would be appreciated and if you feel so inclined add your own bootblocks to the program and send me the brainfile so it can grow

Made in VB 2008 / .NET so it requires .NET 2.0

bb.brainfile included may be used by anyone for any purpose as long as you credit us. (We put a lot of work into it )

1.40
987 Bootblocks now recognised
- Added ZIP support through ICSharpZip library
- Batch scanning files now has colour coding depending on what bootblock is found on the disk (can be turned off)
- Brainfile colour coded by category
- Added 'Test run bootblock' to allow you to see bootblocks without the risk of infecting / booting the actual disk
- Added 'Boot disk with WinUAE' to boot the disk loaded into ABR with WinUAE
- Added bootblock picture preview (489 Bootblock pictures included in the seperate ABR Bootblock Pictures zip)
- Added Logo, Boot Intro and Boot Menu classifications

= Link no longer valid =
Attached Thumbnails
Click image for larger version

Name:	front.jpg
Views:	598
Size:	79.0 KB
ID:	19693   Click image for larger version

Name:	brain.jpg
Views:	658
Size:	111.1 KB
ID:	19694  
Attached Files
File Type: zip ABR140.zip (244.9 KB, 495 views)

Last edited by jasonver2.0; 17 January 2017 at 12:54. Reason: old links
jasonver2.0 is online now  
Old 06 October 2008, 12:26   #2
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Just had a quick look, seems to work fine but there should be an option to display the bootblock in hex.
StingRay is offline  
Old 06 October 2008, 12:27   #3
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Hi jasonver2.0,

looks nice and simple Will try it with your bootblock pack
Btw : You only need to provide the executable of your application. The other files aren't needed for the program to run.
TCD is offline  
Old 06 October 2008, 12:32   #4
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
@Stringray - Will work on it
@TCD - Thanks and you definately need the *.bbk files and the bb.brainfile
jasonver2.0 is online now  
Old 06 October 2008, 12:35   #5
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by jasonver2.0 View Post
@TCD - Thanks and you definately need the *.bbk files and the bb.brainfile
Of course they are, I meant the other 'AmigaBBReader' files
TCD is offline  
Old 06 October 2008, 12:39   #6
DH
Global Moderator
 
DH's Avatar
 
Join Date: Sep 2008
Location: Might as well be WORK :(
Age: 56
Posts: 4,110
Quote:
Originally Posted by StingRay View Post
Just had a quick look, seems to work fine but there should be an option to display the bootblock in hex.
Yep! I agree with that Still looks OK

There was one available back in the 90's for the Amiga, I would like the program again but for the life of me I cant remember what it was called
DH is offline  
Old 06 October 2008, 16:19   #7
heavy
noodle
 
Join Date: Jun 2007
Location: europe
Posts: 247
Quote:
Originally Posted by DemonHellraiser View Post
There was one available back in the 90's for the Amiga, I would like the program again but for the life of me I cant remember what it was called
BootMaster ?
heavy is offline  
Old 10 October 2008, 15:21   #8
jasonver2.0
ABR Creator
 
Join Date: Mar 2006
Location: Australia
Age: 44
Posts: 178
Updated my program with a new version see post #1
jasonver2.0 is online now  
Old 10 October 2008, 16:44   #9
hit
Registered User
 
Join Date: Jun 2008
Location: planet earth
Posts: 1,115
cool tool. i remember those "brainfiles" from marauder (copy tool)
the brainfile itself only saves those pattern, for recognizing the bootblocks?
would be usefull, if there were a second file, for storing a bootblock collection
hit is offline  
Old 10 October 2008, 18:44   #10
DH
Global Moderator
 
DH's Avatar
 
Join Date: Sep 2008
Location: Might as well be WORK :(
Age: 56
Posts: 4,110
Quote:
Originally Posted by jasonver2.0 View Post
Updated my program with a new version see post #1

Excellent news, now includes an option for displaying the bootblock in hex
DH is offline  
Old 10 October 2008, 18:51   #11
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by DemonHellraiser View Post
Excellent news, now includes an option for displaying the bootblock in hex
Nice work jason, but that's not a hex viewer See attachment for what a hex viewer should look like. Most important feature of a hex viewer is that it displays the values of the bytes in hex form. I'm sure you can manage to display it that way in the next version
Attached Thumbnails
Click image for larger version

Name:	HexView.PNG
Views:	603
Size:	25.7 KB
ID:	18293  
TCD is offline  
Old 10 October 2008, 18:54   #12
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Quote:
Originally Posted by hit View Post
cool tool. i remember those "brainfiles" from marauder (copy tool)
the brainfile itself only saves those pattern, for recognizing the bootblocks?
would be usefull, if there were a second file, for storing a bootblock collection
Bit offtopic: If someone have "brainfile" (or creates one) that detects most bootblocks and boot viruses, I will add it to WinUAE

(same with fileviruses too but that won't be so easy)
Toni Wilen is offline  
Old 10 October 2008, 19:19   #13
DH
Global Moderator
 
DH's Avatar
 
Join Date: Sep 2008
Location: Might as well be WORK :(
Age: 56
Posts: 4,110
Quote:
Originally Posted by TheCyberDruid View Post
Nice work jason, but that's not a hex viewer See attachment for what a hex viewer should look like. Most important feature of a hex viewer is that it displays the values of the bytes in hex form. I'm sure you can manage to display it that way in the next version
Ok TCD you're right, but it's close enough for now
DH is offline  
Old 10 October 2008, 19:22   #14
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by DemonHellraiser View Post
Ok TCD you're right, but it's close enough for now
It's a bootblock viewer There is just room for improvement, you know
TCD is offline  
Old 10 October 2008, 19:24   #15
DH
Global Moderator
 
DH's Avatar
 
Join Date: Sep 2008
Location: Might as well be WORK :(
Age: 56
Posts: 4,110
Quote:
Originally Posted by TheCyberDruid View Post
It's a bootblock viewer There is just room for improvement, you know
There was a hex viewer for the Amiga 'n' you could view all tracks 'n' stuff from a floppy, really go in depth with it, can't remember much about it now though as to many years has passed by 'n' my memory has almost gone
DH is offline  
Old 10 October 2008, 21:48   #16
musashi5150
move.w #$4489,$dff07e
 
musashi5150's Avatar
 
Join Date: Sep 2005
Location: Norfolk, UK
Age: 42
Posts: 2,351
DiskMonTools was a great tool for playing around with low-level stuff. Is that the one you mean?
musashi5150 is online now  
Old 11 October 2008, 00:33   #17
exoticaga
Registered User
 
Join Date: Aug 2007
Location: UK
Posts: 446
Thank you Jason for this win32 bootblock viewer, manipulator.

Anyone one know of a converter for .Net app to another code c++ or any code than .Net. A simple gui to click insert file that pops converted app that needs no .Net to run. Just cannot use the .Net it seems cripples my pcs, with needs for standby resume passwords and the like.
exoticaga is offline  
Old 11 October 2008, 00:44   #18
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by exoticaga View Post
Thank you Jason for this win32 bootblock viewer, manipulator.

Anyone one know of a converter for .Net app to another code c++ or any code than .Net. A simple gui to click insert file that pops converted app that needs no .Net to run. Just cannot use the .Net it seems cripples my pcs, with needs for standby resume passwords and the like.
There is no way to convert a .Net exe to tun without the .Net Framework. There is a tool called NGen.exe which will convert the IL exe file to a more native version, but it still needs the .Net Framework. Which OS are you using exoticaga? Even on Windows 2000 .Net 2.0 should run fine. I tested it on quite a few machines (2000, XP and Vista) and never had a problem so far. Maybe you could describe which problem occurs when you try to install .Net 2.0.
TCD is offline  
Old 11 October 2008, 00:57   #19
Rabbit80
Its hard being famous!
 
Rabbit80's Avatar
 
Join Date: Aug 2008
Location: Gateway to the dales, UK
Age: 43
Posts: 633
Quote:
Originally Posted by exoticaga View Post
Thank you Jason for this win32 bootblock viewer, manipulator.

Anyone one know of a converter for .Net app to another code c++ or any code than .Net. A simple gui to click insert file that pops converted app that needs no .Net to run. Just cannot use the .Net it seems cripples my pcs, with needs for standby resume passwords and the like.
Does it? Start/Run "control userpasswords2" lets you set a default login and password for windows then you can diasble the welcome screen and on resume display logon screen from screensaver box...

For standby try - Start the Power Options Control Panel applet / Select the Advanced tab / Uncheck the Prompt for password when computer goes off standby check box / Click OK.
Rabbit80 is offline  
Old 11 October 2008, 12:12   #20
OddbOd
Registered User
 
Join Date: Jul 2005
Location: Australia
Age: 46
Posts: 666
Nice little tool you have here, as a small contribution I've uploaded some bootblocks to The Zone for you to add, some you have already others you don't. There is a small problem with the interface becoming unresponsive when an unknown bootblock is loaded, a progress indicator would look better I think.
OddbOd 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
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 15:10.

Top

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