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.

How to setup plugins for ollydbg 2.x.x?

I downloaded the latest ollydbg 2.x version from its official site and some plugins from tuts4you. But how to …

plugins assembly reverse-engineering ollydbg
How would I reverse engineer a cryptographic algorithm?

I wrote an application that encrypts text in this way: Get the input text Reverse the text Convert to hexadecimal …

encryption encoding reverse-engineering
Entity Framework Core creating model from existing database

With Entity Framework Core, how do you generate the EF model and the entities? According to ASP.NET Core - …

c# .net entity-framework reverse-engineering scaffolding
Is it really impossible to protect Android apps from reverse engineering?

As we know, Android apps are written in Java. In Java, no matter what you do, it is impossible to …

java android reverse-engineering decompiling
Is there such a thing as a javascript deminifier (deobfuscator)?

This question is exactly the opposite of Which Javascript minifier (cruncher) does the same things that the one Google uses …

obfuscation reverse-engineering minify unminify
Reversing CRC32

I'm looking for a way to reverse a CRC32 checksum. There are solutions around, but they are either badly written, …

algorithm reverse-engineering reverse crc crc32
IDA pro asm instructions change

I just want to know how I can change asm instructions in the IDA-view A: How to edit instructions(for …

assembly reverse-engineering ida
Compare compiled .NET assemblies?

Are there any good programs out there to compare to compile .NET assemblies? For example I have HelloWorld.dll (1.0.0.0) and …

c# .net vb.net debugging reverse-engineering
How hard to reverse engineer .pyd files?

After reading How do I protect Python code? , I decided to try a really simple extension module on Windows. I …

python reverse-engineering pyc pyd
how are serial generators / cracks developed?

I mean, I always was wondered about how the hell somebody can develop algorithms to break/cheat the constraints of …

reverse-engineering cracking