Skip to content
View vient's full-sized avatar
Block or Report

Block or report vient

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Python abomination Python abomination
    1
    #!/usr/bin/env python3
    2
    import 𝗌𝔶𝘴
    3
    import 𝚛𝖺𝔫ⅆom
    4
    import 𝒔𝘵𝓻𝒾𝚗𝒈
    5
    import u𝘯𝕚c𝕠𝒹e𝖽𝙖𝕥𝖆
  2. Zeronights 2017 HackQuest Day #2 Wri... Zeronights 2017 HackQuest Day #2 Writeup
    1
    > Your friend works in an antivirus company. He developed a new algorithm for generating a license key and asks you to test it.
    2
    3
    Нам дан архив с исполняемым файлом ELF x86_64 "petrovavlic". Недолго думая, открываем его в IDA, и видим, что он запакован UPX 3.94. Сам UPX распаковать его не может, автор вырезал имена секций. Каким-нибудь образом его распаковываем, например, восстановлением названий, и продолжаем.
    4
    
                  
    5
    По строкам из распакованного файла сразу понятно, что он написан на Go. Из них же и узнаем об авторе задания.
  3. description.md description.md
    1
    # AVX2 Encoder
    2
    
                  
    3
    ### Intro
    4
    This is the write-up for the task "AVX2 Encoder" from [TCTF (0CTF) Finals 2017](https://ctftime.org/event/466).
    5
    
                  
  4. IDA stuff IDA stuff
    1
      ////////////////////////
    2
      // USER DEFINED RULES //
    3
      ////////////////////////
    4
    
                  
    5
      // MFC/ATL strings
  5. Add IDA to context menu. Download as... Add IDA to context menu. Download as ZIP, unpack to safe place (don't delete after!) and run setup.bat. You will get "Open with IDA" in context menu. Requires WSL installed with `file` installed inside.
    1
    @echo off
    2
    
                  
    3
    setlocal
    4
    
                  
    5
    reg query HKCR\IDApro.Database32\shell\open\command > NUL