mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
FunctionID: Add description and category tag to ListDomainFiles.java
This commit is contained in:
parent
5f4c1824e2
commit
a26545f42c
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
// Lets user choose a specific FID database and output file, then dumps all domain paths.
|
||||||
|
//@category FunctionID
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileWriter;
|
import java.io.FileWriter;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue