A couple of days ago, I asked how you could reverse engineer a file format. While that didn\'t really work out, someone gave me the file format. (Click Here) Thank you Xadet.
I’m trying to reverse engineer an old medical imaging format called Stentor for interoperability. It was开发者_StackOverflow designed by a company of the same name who was subsequently bought by Phil
I have a binary data file, in a format used by a relatively ancient program, which I am trying to convert into something sane.With the help of a Hex editor I have basically worked out the file format
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Someone I used to work for emailed me out of the blue and said they want me to update开发者_运维问答 a VB3 (!!!) program I wrote for them because customers are reporting having problems running it und
Hello How would 开发者_如何学编程one go about reverse engineering a page such as the this one to work out where the data being used to create the chart comes from?
Good day good-looking computer people, I might be asking a bit too much, but here it goes. I\'m trying to do a bit of reserve engineering on this sound library. Looking at the main.cpp file (which I
The sections of Portable Executable files are tagged with differents flags. Can someone explain the difference between IMAGE_SCN_MEM_EXECUTE (the section can be executed as code开发者_开发知识库) and
I have a project using Hibernate on an Oracle datab开发者_开发知识库ase for which all entities are generated directly from Hibernate Tools under control of a hibernate.reveng.xml file.
My project targets a low-cost and low-resource embedded device. I am dependent on a relatively large and sprawling Python code base, of which my use of its APIs is quite specific.