

unpacking the application) Detect It EasyĭIE detector has a database of most popular security systems, including exe-packers, exe-protectors as well as signatures of popular compilers and linkers. Additionally it has a simple built-in script language, that allows us to add new signature definitions quickly.

Support for highly popular YARA signature format.A PE executable file structure viewer is also available. With knowledge about what we are dealing with or, to be precise, what programming language and compiler this application was created with, we begin analysis in disassembler or decompiler. It is their task to analyze compiled, binary file and display its code and structure in a way easy for a human to understand.

Thanks to the process of disassembling and decompiling we will know all the functions of the application, what text strings are inside and what fragments of code references to them, what outside functions of the operating system are used by the application or which functions are exported (e.g. Translating_lang.append(str(inf.rstrip( ' '))) # write streams for namestream, dataitem in zip(Labels, WORDS):įilestream = ' '.format(filename, Labels) # Here i define name of stream which have words for translating my word with open(Str_of_trans_ing_lang, ' r', encoding= ' utf8') as stream: # Here is my database of probable words, which i'm able to translate in this code: ' Tehergépkocsi-vezetők', ' Kerékpárosok', ' Motorkerékpárosok', ' Gyalogosok']]] ' Veszélyes emelkedő' ' Kompátkelés, vagy nyitható híd']], ' Egymás utáni veszélyes útkanyarulatok', ' Szembejövő forgalom', ' Veszélyes lejtő', [ ' Elsőbbségadás kötelező', ' Körforgalo', ' Veszélyes útkanyarulat', [ ' Car-Drivers', ' Bus-Drivers', ' Truck-Drivers', ' Cycllists', ' Two-way traffic', ' Steep hill downwards', ' Steep hill upwards', [ ' Junctions', ' Roundabout ahead', ' Bend ahead', ' Double bend ahead', Return ' '.join(item + ' : ' + ' '.join(item) for item in data)ĭes_word = input( " Enter a word you desire to translate:") # here i input a word, which i desire to translate in another language print ( ' EN = 0', ' RU = 1', ' HU = 2')ĭes_language = int(input( " Select a language:")) # here i define a language, to which i desire to translate my word return Des_word, Des_language I parse my list named DATA to the list WORDS and i'd to write this content in a streams in 3 languages, but if i use
