summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-10-19 10:18:05 -0400
committerJordan Wiens <jordan@psifertex.com>2023-10-19 10:18:05 -0400
commitec70161d7f84fd4794b2715115228e06ee434d6d (patch)
tree7cc8c93796a014f4257af7a616162cbcb6677989
parent4a11c2391b74238247d74cd10d58d5deaf630770 (diff)
remove copy pasta from a few python examples
-rwxr-xr-xpython/examples/cli_dis.py3
-rwxr-xr-xpython/examples/cli_lift.py3
2 files changed, 0 insertions, 6 deletions
diff --git a/python/examples/cli_dis.py b/python/examples/cli_dis.py
index 045be14c..64e24bbe 100755
--- a/python/examples/cli_dis.py
+++ b/python/examples/cli_dis.py
@@ -2,9 +2,6 @@
#
# command-line BinaryNinja disassembler
#
-# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
-# statistics http://z0mbie.dreamhosters.com/opcodes.html
-#
# Copyright (c) 2020-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/python/examples/cli_lift.py b/python/examples/cli_lift.py
index e26a3532..43c1f189 100755
--- a/python/examples/cli_lift.py
+++ b/python/examples/cli_lift.py
@@ -2,9 +2,6 @@
#
# command-line BinaryNinja lifter
#
-# BinaryNinja multiplatform version of Z0MBIE's PE_STAT for opcode frequency
-# statistics http://z0mbie.dreamhosters.com/opcodes.html
-#
# Copyright (c) 2020-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy