Most voted "reverse-engineering" questions
None
Learn more…12 questions
Sort by count of
-
48
votes4
answers1512
viewsWhat is reverse engineering?
I always say I don’t get along very well with terms. These days I needed to do an operation on a given framework in PHP called Laravel, where I needed to find a resource that would allow me to use…
terminology software-engineering reverse-engineeringasked 8 years, 9 months ago Wallace Maxters 102,340 -
7
votes3
answers12885
viewsHow do you know what language a program was written in?
I downloaded a program on Windows, and in it I can not get information about which language was programmed. There is how to know?
-
5
votes1
answer118
viewsAndroid Protection Reverse Engineering Client-Server
I see that it is very common applications Android (games for example) are modified through engenharia reversa. Even using obfuscação and other anti reverse engineering techniques, it is difficult to…
-
4
votes1
answer820
viewsIs it possible to edit and re-compile by reverting the source code?
For example, assuming I take an Atari ROM, if I reverse engineer this ROM I would have to make edits (change a color or change a text) and generate a valid ROM only with the information contained in…
reverse-engineeringasked 7 years, 10 months ago Marcus Becker 724 -
2
votes1
answer1093
viewsHow to import database for Django models?
I have an application that is almost ready. It was developed in PHP, through the Laravel Framework. I already have the database and all some data already entered to perform tests. However, as I am…
-
2
votes1
answer396
viewsHow to Reverse Engineer MYSQL Database with Sqlalchemy?
I asked that question here at Stackoverflow the other day: How to import database to Django models? But now, I need something similar to Flask. I have a bank ready, using the MYSQL. I want to…
-
2
votes1
answer424
viewsIs it possible to reverse engineer applications in React Native?
I’m working on my TCC and I’m researching reverse engineering, and as I work with React, I was wondering if it’s possible I have an APK get the javascript code from it. I know that using apktool and…
javascript security-guard react-native reverse-engineeringasked 6 years, 4 months ago Raphael Sampaio 21 -
1
votes0
answers253
viewsHow to do Reverse Engineering in compiled xml file
Hi, I was wondering if it is possible to open a compiled Androidmanifest.xml file. The same file is in hexa.
-
1
votes0
answers201
viewsHow to reverse engineer a program or analyze data
Ola, I wonder if someone could inform me some program for reverse engineering of "dll", for study of data structures. In case wanted to deconstruct a dll and analyze how certain indicator is done to…
-
1
votes1
answer151
viewsC++ string protection using Mysql Connector
I made a little program to check my database, and wanted to see if the strings were protected (from the password user and the database) and in the case are not. I decompiled the program using IDA…
-
1
votes1
answer912
viewsHow much reverse engineering is a crime?
Reverse engineering is the practice of opening a new technology and seeing how it works "under the table" (not necessarily producing some profitable content with this knowledge). But I see, in my…
-
0
votes1
answer612
viewsHow to extract images and sounds and music in the jar file from any Gameloft java games?
I have a mobile game in Gameloft’s JAR Format I can’t see where the images and sounds and music are. I only see some bin files (Conditionexpr.bin and Resinfo.bin), some class files (a. class,…