Created
July 29, 2019 16:21
-
-
Save june9713/bed3f9d1a9eecbe9f3441e5698372996 to your computer and use it in GitHub Desktop.
disassembly is faild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def winEnumHandler--- This code section failed: --- | |
1279 0 SETUP_EXCEPT 70 'to 70' | |
1280 2 LOAD_GLOBAL 'win32gui' | |
4 LOAD_ATTR 'IsWindowVisible' | |
6 LOAD_FAST 'hwnd' | |
8 CALL_FUNCTION_1 1 | |
10 POP_JUMP_IF_FALSE 66 'to 66' | |
1281 12 LOAD_GLOBAL 'win32process' | |
14 LOAD_ATTR 'GetWindowThreadProcessId' | |
16 LOAD_FAST 'hwnd' | |
18 CALL_FUNCTION_1 1 | |
20 UNPACK_SEQUENCE_2 2 | |
22 STORE_FAST 'threadid' | |
24 STORE_FAST 'pid' | |
1282 26 LOAD_GLOBAL 'psutil' | |
28 LOAD_ATTR 'Process' | |
30 LOAD_FAST 'pid' | |
32 CALL_FUNCTION_1 1 | |
34 LOAD_ATTR 'name' | |
36 CALL_FUNCTION_0 0 | |
38 LOAD_GLOBAL 'win32process' | |
40 LOAD_ATTR 'GetWindowThreadProcessId' | |
42 LOAD_FAST 'hwnd' | |
44 CALL_FUNCTION_1 1 | |
46 LOAD_FAST 'hwnd' | |
48 LOAD_GLOBAL 'win32gui' | |
50 LOAD_ATTR 'GetWindowText' | |
52 LOAD_FAST 'hwnd' | |
54 CALL_FUNCTION_1 1 | |
56 BUILD_LIST_4 4 | |
58 LOAD_FAST 'self' | |
60 LOAD_ATTR 'childHwnd' | |
62 LOAD_FAST 'hwnd' | |
64 STORE_SUBSCR | |
66_0 COME_FROM '10' | |
66 POP_BLOCK | |
68 JUMP_FORWARD 80 'to 80' | |
70_0 COME_FROM_EXCEPT '0' | |
1283 70 POP_TOP | |
72 POP_TOP | |
74 POP_TOP | |
1284 76 LOAD_CONST '' | |
78 RETURN_VALUE | |
80_0 COME_FROM '68' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment