Ты бы лучше на чем-то одном сфокусировался 
100 сообщений для хайда паблика?
мыслите узко ребята...было б шо бл#ть прятать...Скрытое содержимое
hex-rays.com
import os
inc_open = '#include "'
inc_close = '"'
def get_paths():
root = "C:\\Program Files (x86)\\Windows Kits\\10\Include\\10.0.22621.0\\km"
paths = []
for root, subdirs, files in os.walk(root):
for name in files:
if name.endswith(".h"):
paths.append(os.path.join(root, name))
return paths
def main():
paths = get_paths()
for filename in paths:
filename = filename.removeprefix("C:\\Program Files (x86)\\Windows Kits\\10\Include\\10.0.22621.0\\km\\")
print(inc_open + filename + inc_close)
main()
idaclang.exe --idaclang-tilname D:\wdk10.til --idaclang-log-target --idaclang-tildesc "Windows Driver Kit 10 headers (x64)" -target x86_64-pc-windows-msvc19.34.31937 -x c++ -D_AMD64_ -isysroot "C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0" -ferror-limit=100 -I "C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I "C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km" "C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km\test.h"
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:534:5: error: unknown type name 'ULONG'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:535:5: error: unknown type name 'ULONG'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:538:5: error: unknown type name 'CHAR'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:541:25: error: typedef redefinition with different types ('ACPI_ENUM_CHILD' (aka '_ACPI_ENUM_CHILD') vs 'APICTABLE' (aka '_APICTABLE'))
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:541:34: error: expected ';' after top level declarator
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:544:5: error: unknown type name 'ULONG'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:545:5: error: unknown type name 'ULONG'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:549:42: error: typedef redefinition with different types ('ACPI_ENUM_CHILDREN_OUTPUT_BUFFER' (aka '_ACPI_ENUM_CHILDREN_OUTPUT_BUFFER') vs 'APICTABLE' (aka '_APICTABLE'))
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:549:51: error: expected ';' after top level declarator
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:559:5: error: unknown type name 'ULONG'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:560:5: error: unknown type name 'USHORT'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:561:5: error: unknown type name 'UCHAR'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:562:5: error: unknown type name 'UCHAR'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:568:5: error: unknown type name 'USHORT'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:569:5: error: unknown type name 'USHORT'
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\acpiioct.h:570:5: error: unknown type name 'USHORT'
fatal: fatal error: too many errors emitted, stopping now [-ferror-limit=]
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:534:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:535:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:536:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:537:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:538:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:539:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:540:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:541:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:542:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:543:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:544:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:545:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:546:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:547:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:548:10: error: #include nested too deeply
IDACLANG: nonfatal: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\km/test.h:549:10: error: #include nested too deeply
fatal: failed to convert type info for "struct _NODE_ADDRESS(105)"
HEXRAYS_LICENSE 8.1
USER Nanjing Huadun Power Information Security Evaluation Co, Ltd
EMAIL yanfeng-chen@sac-china.com
ISSUED_ON 2022-11-09 13:50:18
LICENSE_ID PRODUCT # SUPPORT EXPIRES DESCRIPTION
--------------- ---------- -- ---------- --------- -----------------------------
48-B675-7D64-33 IDAPROCW 1 2023-10-19 Never IDA Professional Computer License (Windows)
54-34C3-82E4-D6 HEXARM64W 1 2023-10-19 Never ARM64 Decompiler (Windows)
56-B955-5394-C9 HEXARMW 1 2023-10-19 Never ARM Decompiler (Windows)
55-3CCF-8924-E6 HEXX64W 1 2023-10-19 Never x64 Decompiler (Windows)
57-3D51-7AA4-CC HEXX86W 1 2023-10-19 Never x86 Decompiler (Windows)
R:i6e8MWhSv8X7ZLkVLEaYUMZBqqrX872DmPFmymDKzLrspSFHArtGyDrYhTTRrzR4MZgcCJ9YyRgB
S:94E8YkSW4RuOfQcJTGVpup4YpksI+Ak6mNk/im9myLGIiBRIyC5Wo0Am5ed20SWntcBXqF07mfPI
S:TcaH4Co9nK5dobhY+kmKw8Fpv9d6xpVWBuce6yRzIGM4CyGhf8uD8Rt5uFzJmMm/r4a75FKVBX8y
S:e87bz34hDW9Wyo+EMmQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==
Уже попросил залить на обменник без реги и прочих приблуд.Кто скачал, перезалейте на нормальный обменник, этот баду пытается впарить свой десктоп клиент для скачивания
Кто скачал, перезалейте на нормальный обменник, этот баду пытается впарить свой десктоп клиент для скачивания
I apologize for any inconvenience.Уже попросил залить на обменник без реги и прочих приблуд.
what is the password for installer?I apologize for any inconvenience.
![]()
Exploit.IN Send
Encrypt and send files with a link that automatically expires to ensure your important documents don’t stay online forever.send.exploit.in