Package help

Class TOCConverter


  • public class TOCConverter
    extends java.lang.Object
    Converts the Ghidra "source" TOC file to a JavaHelp TOC file. The Ghidra source TOC file contains the table of context index name and its corresponding url. However, JavaHelp expects the target value to be map ID in the map file.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static final void main​(java.lang.String[] args)