org.bridj
Class HeadersReconstructor
java.lang.Object
org.bridj.HeadersReconstructor
public class HeadersReconstructor
- extends Object
Unfinished experiment to (partially) reconstruct a header out of parsed shared libraries symbols.
Beware: GCC does not add return types to mangled C++ signatures, so this will be left as '?' in the resulting sources.
- Author:
- ochafik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeadersReconstructor
public HeadersReconstructor()
reconstructHeaders
public static void reconstructHeaders(Iterable<NativeLibrary> libraries,
PrintWriter out)
Copyright © 2009-2012. All Rights Reserved.