On Fri, 2010-04-23 at 13:08 -0700, Julius Davies wrote: > I'm developing a tool to try and match random jar files against known jar > files. > > I ran the tool against the Android-7 jar file > (android-sdk-linux_86/platforms/android-7/android.jar), and here's > what my tool returned: > > > > Best match: 'httpcore-4.0-beta2.jar' with 92 matching signatures. > > Best match: 'httpclient-4.0-beta1.jar' with 127 matching signatures. >
It think this is pretty accurate. I have always thought Android shipped with HttpCore 4.0b2 and a snapshot of HttpClient taken a few days before 4.0b1 http://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4_0_API_FREEZE/ You might want to build the snapshot and see if it produces a better match. Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
