분류 전체보기134 DFC 2023 풀이_#151 - Android Live 보호되어 있는 글 입니다. 2024. 5. 30. DFC 2023 풀이_#104 - Fake Voice 보호되어 있는 글 입니다. 2024. 5. 30. DFC 2023 풀이_#101 - Where is the starting point of the audio? DescriptionA vehicle equipped with a dash cam has recorded the file from the last recorded time zone abnormally due to an accident. Normal files recorded in the previous time zone are recorded with video data and audio data in an FTYP container with an MP4 extension. However, the video data of abnormal files only records a black screen, while the audio files are recorded normally. Recover audio .. 2024. 5. 30. DFC 2023 풀이_#105 - BlueShark 보호되어 있는 글 입니다. 2024. 5. 30. DFC 2023 풀이_#252 - Password Stealer 보호되어 있는 글 입니다. 2024. 5. 30. [SWING G4M3] reversing - "SWING_JJANG" is not plaintext 2024. 5. 23. [6주차] FAT.001 문제 풀이 보호되어 있는 글 입니다. 2024. 5. 21. [6주차] 리버싱 문제 해당 파일을 다운 받고 ollydbg를 열어본다.해당 부분을 보면 맞는 pw를 입력해야 correct가 출력된다.그러면 pw를 구하는 문제다.코드에 이러한 문장이 있어서 이게 pw가 아닐까 할 수도 있지만, 이건 암호화된 문장이다.IDA를 보면서 어떻게 암호화가 된 건지 확인해주고, 이를 참고하여 복호화 코드를 짜주면 된다.import stringdef decrypt(encryptstr): result = "" for char in encryptstr: if char.isupper(): result += chr((ord(char) - ord('A') + 21) % 26 + ord('A')) elif char.islower(): r.. 2024. 5. 21. [6주차] TRYHACKME - Disk Analysis & Autopsy 보호되어 있는 글 입니다. 2024. 5. 21. 이전 1 2 3 4 5 6 7 8 ··· 15 다음