From ec70161d7f84fd4794b2715115228e06ee434d6d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 19 Oct 2023 10:18:05 -0400 Subject: remove copy pasta from a few python examples --- python/examples/cli_dis.py | 3 --- python/examples/cli_lift.py | 3 --- 2 files changed, 6 deletions(-) (limited to 'python') 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 -- cgit v1.3.1