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.

Obfuscate entire React Native app including JavaScript code

How to obfuscate my react-native JS code? I have set the following in my build.gradle file: release { minifyEnabled true …

android ios react-native proguard reverse-engineering
Reverse engineering: Extract images/sprite sheet from apk

I'm learning about game development and I'm trying to extract some resources from some games that I love to play, …

android apk sprite reverse-engineering sprite-sheet
Docker: Reverse Engineering of an Image

When we use Docker it's very easy push and pull image in a public repository in our https://hub.docker.…

docker reverse-engineering dockerhub docker-image
"The module was expected to contain an assembly manifest."

I have a C# .NET DLL that I'm trying to patch. I chose .NET Reflector with the Reflexil plugin for …

c# dll reverse-engineering .net-reflector reflexil
What's the difference between 'push' and 'pushq' in at&t assembly

I've recently started my quest of obtaining a greater understanding as to how my computer works. My question is in …

linux assembly gdb reverse-engineering att
Decompile XAPK file

I have worked pretty a lot analyzing Android projects with different reverse engineering tools, generally for secure purposes, to see …

android apk reverse-engineering decompiling decompiler
Protect string constant against reverse-engineering

I have android application that has hard coded (static string constants) credentials (user/pass) for sending emails via SMTP. The …

java android security reverse-engineering credentials
Can i reverse engineer my own dll?

We've got a .NET project at work, which we lost (human error). The person who wrote the code said she …

.net reverse-engineering reflector
(Ida Pro) Find out which functions use the import symbol

I am new to Ida and I need to use it to identify which functions within the executable call one …

reverse-engineering ida
How to leverage npm audit?

TLDR: Is it possible to leverage the vulnerability detection abilities of npm audit as a restful service instead of the …

node.js npm reverse-engineering npmjs npm-audit