mirror of
https://github.com/extremecoders-re/pyinstxtractor.git
synced 2026-06-09 11:05:32 +00:00
Modified the style of the entry point
This commit is contained in:
parent
c460188bf5
commit
7459cbda4b
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ class PyInstArchive:
|
|||
if entry.typeCmprsData == b's':
|
||||
# s -> ARCHIVE_ITEM_PYSOURCE
|
||||
# Entry point are expected to be python scripts
|
||||
print_good('Possible entry point: {0}.pyc'.format(entry.name))
|
||||
print_status('Possible entry point: {0}.pyc'.format(entry.name))
|
||||
|
||||
if self.pycMagic == b'\0' * 4:
|
||||
# if we don't have the pyc header yet, fix them in a later pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue