Top "Reverse-engineering" questions

Reverse engineering is the process of discovering the technological principles of a human made device, object or system through analysis of its structure, function and operation.

Reverse Engineering a C# Solution

I know Visual Studio 2010 Ultimate has some abilities, and I would normally do this by instinct, but I am on …

visual-studio-2010 reverse-engineering visio diagramming
REPNZ SCAS Assembly Instruction Specifics

I am trying to reverse engineer a binary and the following instruction is confusing me, can anyone clarify what exactly …

assembly x86 reverse-engineering
How can we generate sequence diagram in IntelliJ IDEA from Java code which is editable?

I am currently using SequenceDiagram Plugin from https://plugins.jetbrains.com/plugin/8286?pr= to generate Sequence Diagrams. But here the …

java intellij-idea uml reverse-engineering sequence-diagram
Game Boy emulator with a full debugger?

As part of the work I've been doing to answer this question about the technical workings of a glitch in …

debugging reverse-engineering gameboy
How can I connect to the FitBit Zip over Bluetooth 4.0 LE on Linux with bluez?

I purchased a FitBit zip. This device uses Bluetooth 4.0 LE. I would like to at least connect to it via …

linux reverse-engineering bluez fitbit
Deciphering MMORPG Protocol Encoding

I plan on writing an automated bot for a game. The tricky part is figuring out how they encoded their …

encoding reverse-engineering encryption
Reverse engineer MS SQL database to ERD

How can I create an ERD from an existing database in Microsoft SQL Server 2014? The ERD needs to resemble:

sql-server database reverse-engineering erd
How hard is it (really) to decompile assembly code?

I'm trying to find hard facts that will help my management understand how hard/easy it is to reverse-engineer compiled …

c assembly x86 reverse-engineering decompiling
Have you ever used code virtualizer or vmprotect to protect from reverse engineering?

I know that there is no way to fully protect our code. I also know that if a user wants …

reverse-engineering cracking
How to make a good anti-crack protection?

I will start off with saying I know that it is impossible to prevent your software from reverse engineering. But, …

reverse-engineering cracking