import numpy as np def format_float(num): return np.format_float_positional(num, trim='-') format_float(1.49787938e-315) 이런식으로 쓰면 e를 직접 표현해준다. '0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000..
보호되어 있는 글입니다.
보호되어 있는 글입니다.
github.com/tandasat/scripts_for_RE/blob/master/rotate.py #!/usr/bin/python # # Provides __ROR4__, __ROR8__, __ROL4__ and __ROL8__ functions. # # Author: Satoshi Tanda # ################################################################################ # The MIT License (MIT) # # Copyright (c) 2014 tandasat # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this s..
Anti Debug https://www.apriorit.com/dev-blog/367-anti-reverse-engineering-protection-techniques-to-use-before-releasing-software 해당 안티 디버깅 관련 자료들을 읽고 한글로 번역하고 도움될만한 내용들 끄적여본다. Who this article is intended for 안티 리버싱 기술과 안티 디버깅 기술에 관심있는 소프트웨어 개발자, 리버스 엔지니어들을 위한 자료. 어셈 지식, windbg 사용법, api를 이용한 윈도우 개발 경험이 필요할 수 도있다. explanatory notes 잘 알지못하는 개념들을 적어두었다. PEB (Process Environment Block) PEB는 Windows ..
보호되어 있는 글입니다.