From: Joe E. <jo...@em...> - 2005-03-05 05:14:57
|
Brian wrote: > Joe Emenaker wrote: > >> Is there a device/driver/editor for JSL that is just bare-bones? > > I've recently looked into seeing if there are any GPL hex-editor > controls for Java. Though eclipse has a hex editor plugin, the code is > quite large and most likely is pretty integrated into eclipse utilities. Well, I don't really care about *editing* as much as just *seeing*. Something that just broke the data into your standard hex-editor *style* (like 16 hex bytes, separated by spaces, and then the ascii equivalents on each line). That way, there's a generic item that people can use to, at least, make sure that their code to fetch patches is even working correctly. The one time I every tried making a Device/Driver for JSL, it didn't work at all... and I had no clue at what stage the failure was. Before I try making another, it would be nice if I knew that I could proceed with "baby steps" so that I could make sure that each piece was working before moving on. - Joe |