Questions tagged as 'engenharia-reversa'

4
answers

What is Reverse Engineering?

I often say that I do not get along very well with terms. These days ago I had to do an operation on a particular PHP framework called Laravel , where I needed to find a resource that would allow me to use an existing database and cause it a...
asked by 12.02.2016 / 11:38
1
answer

Android Protection Reverse Engineering Client-Server

I see that it is very common for applications Android (games for example) to be modified through engenharia reversa . Even using obfuscação and other anti-reverse engineering techniques, it's hard to keep an Android applic...
asked by 13.12.2015 / 14:38
1
answer

Is it possible to edit and re-compile by reversing the source code?

For example, assuming I get an Atari ROM, if I apply reverse engineering to this ROM I would like to make edits (change a color or change a text) and generate a valid ROM only with the information contained in that ROM ? I've already had to us...
asked by 17.01.2017 / 13:45
1
answer

How to import database into 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, since I'm doing some tests with the Django framewor...
asked by 02.05.2016 / 02:13
1
answer

How to make MYSQL Reverse Bank Engineering with SqlAlchemy?

I asked this question on Stackoverflow these days ago: How to import database to Django models? But now, I need something similar for Flask . I have a bank ready, using MYSQL . I want to reverse engineer my database, tr...
asked by 11.05.2016 / 18:35
1
answer

C ++ string protection using MySQL Connector

I did a program to check my database, and I wanted to see if the strings were protected (user password and database) and in case they are not. I decompiled the program using IDA PRO and found that the strings and information is not protected....
asked by 21.01.2018 / 23:57
0
answers

Is it possible to reverse engineer applications in React Native?

I'm working on my TCC and I'm researching on reverse engineering, and as I work with react native, I wanted to know if it's possible for me to have an APK get its javascript code. I know that using apktool and d2j-dex2jar I get the code in ja...
asked by 19.07.2018 / 12:46
0
answers

How to reverse engineer a program or analyze data [closed]

Hello, I would like to know if anyone could inform me of any dll reverse engineering program for studying data structures. In case I wanted to deconstruct a dll and analyze how a particular indicator is made to behave on a given trading platf...
asked by 03.06.2018 / 22:15
0
answers

How to do Reverse Engineering in compiled xml file

Hello, I was wondering if you can open a compiled AndroidManifest.xml file. The same file is in hex.     
asked by 01.04.2017 / 17:22
2
answers

How to know in what language a program was written?

I downloaded a program in Windows, and I can not find information on what language it was programmed in. Is there any way to tell?     
asked by 03.12.2017 / 15:56