int do_thing(int a, int b) { return a+b; }
================ СПИСОК ПОСЛЕ ЗАПУСКА ================
Lab7.exe
ntdll.dll
KERNEL32.DLL
KERNELBASE.dll
MSVCP140D.dll
VCRUNTIME140D.dll
VCRUNTIME140_1D.dll
ucrtbased.dll
+++ Добавилось после LoadLibrary() +++
GDI32.dll
IMM32.DLL
User32.dll
gdi32full.dll
msvcp_win.dll
ucrtbase.dll
win32u.dll
+++ Добавилось после вызова MessageBoxA() +++
CoreMessaging.dll
CoreUIComponents.dll
MSCTF.dll
OLEAUT32.dll
RPCRT4.dll
SHCORE.dll
TextShaping.dll
WS2_32.dll
advapi32.dll
bcryptPrimitives.dll
combase.dll
kernel.appcore.dll
msvcrt.dll
ntmarta.dll
ole32.dll
sechost.dll
textinputframework.dll
uxtheme.dll
wintypes.dll
================ СПИСОК ПОСЛЕ FreeLibrary() ================
Lab7.exe
ntdll.dll
KERNEL32.DLL
KERNELBASE.dll
MSVCP140D.dll
VCRUNTIME140D.dll
VCRUNTIME140_1D.dll
ucrtbased.dll
User32.dll
win32u.dll
GDI32.dll
gdi32full.dll
msvcp_win.dll
ucrtbase.dll
IMM32.DLL
TextShaping.dll
msvcrt.dll
uxtheme.dll
combase.dll
RPCRT4.dll
MSCTF.dll
OLEAUT32.dll
sechost.dll
kernel.appcore.dll
bcryptPrimitives.dll
textinputframework.dll
CoreMessaging.dll
CoreUIComponents.dll
WS2_32.dll
SHCORE.dll
ntmarta.dll
advapi32.dll
wintypes.dll
ole32.dll
--- Выгруженные библиотеки ---
ACCESS CONTROL
shutdown can be called from init(8) when the magic keys CTRL-ALT-DEL are pressed, by creating an appropriate entry in /etc/inittab. This means that everyone who has physical access to the console keyboard can shut the system down. To prevent this, shutdown can check to see if an authorized user is logged in on one of the virtual consoles. If shutdown is called with the -a argument (add this to the invocation of shutdown in /etc/inittab), it checks to see if the file /etc/shutdown.allow is present. It then compares the login names in that file with the list of people that are logged in on a virtual console (from /var/run/utmp). Only if one of those authorized users or root is logged in, it will proceed. Otherwise it will write the message
shutdown: no authorized users logged in
to the (physical) system console. The format of /etc/shutdown.allow is one user name per line. Empty lines and comment lines (prefixed by a #) are allowed. Currently there is a limit of 32 users in this file.
Note that if /etc/shutdown.allow is not present, the -a argument is ignored.
C:\Program Files\PuTTY\plink.exe -ssh xx.xx.xx.xx -l aro555 -pw ****PASSWORD**** sudo -i reboot
| эта часть обеспечивает подключение и передачу команды на удалённый сервер | передаваемая команда
shutdown -r now
. Если файл /etc/shutdown.allow
настроен так, чтобы позволять пользователю aro555 выполнять shutdown, то ничего программа не спросит.
Во-первых, StopIteration ловить бессмысленно, оно не будет в норме выкинуто в этом коде.
Во-вторых, строка тоже не имеет смысла - у тебя был генератор и остался генератор, ничего не изменилось от этого. Можно было просто
file_strings = amount_file_string(file_list)