UNDERCODE COMMUNITY
2.67K subscribers
1.23K photos
31 videos
2.65K files
79.9K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘WHY REVERSE ENGINEERING ?
#Basic

> To disassemble a program, someone doing reverse engineering on software can use several tools. One instrument is a hexadecimal dumper that prints or shows a program's binary numbers in hexadecimal format (which is easier to read than a binary format).

> The reverse engineer will classify some parts of a program and see how they operate by understanding the bit patterns that represent the processor instructions as well as the instruction lengths. The disassembler is another popular method. The disassembler reads the binary code and then reveals the text form of each executable command.

> A disassembler can not say the difference between an executable instruction and the program's code, so a debugger is used to keep the disassembler from disassembling the program's data parts. A cracker may use these techniques to change code to gain access to a computer system or inflict other harm.

> Reverse engineering of electronics means pulling a system apart to see if it functions. For example, if a maker of processors needs to see how the processor of a competitor operates, they might buy the processor of a competitor, disassemble it, and then make a processor close to it. In certain nations, however, this method is unconstitutional. In general, reverse engineering of hardware involves a great deal of experience and is very costly.

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁