reverse-engineering Questions

13

Solved

I have a binary file. I don't know how it's formatted, I only know it comes from a delphi code. Does it exist any way to analyze a binary file? Does it exist any "pattern" to analyze and deseri...
Stabler asked 22/6, 2009 at 8:24

18

Solved

How can one decompile Android DEX (VM bytecode) files into corresponding Java source code?
Pyorrhea asked 8/8, 2009 at 21:39

10

Solved

I wrote a C# application for a client a couple of years ago, but I no longer have the source code. All I have is the EXE that I deployed on the client's PC. Is there a way I can generate C# source ...
Stellastellar asked 7/10, 2008 at 18:27

3

Solved

I am trying to parse out ISO/IEC 14496-12 based files (essentially MPEG-4 movies). There are a few boxes are not in the standards (or on the MP4 Registration Authority lists), but are in real-world...
Don asked 10/2, 2024 at 4:41

11

Solved

Is there any software to do this? I didn't find any useful information on the internet so I am asking here.
Inexertion asked 16/1, 2011 at 16:0

5

Solved

I recently bought chinesse device that connects via bluetooth with android phone / tablet. Since there is no application availible for windows / linux I want to create one for personal usage. Usua...
Magel asked 26/5, 2014 at 21:9

10

I have android application that has hard coded (static string constants) credentials (user/pass) for sending emails via SMTP. The problem is that .dex file in .apk can be easily reverse-engineered...
Centric asked 15/9, 2011 at 18:57

2

Solved

The Windows 10 task manager (taskmgr.exe) knows if it is running on a physical or virtual machine. If you look in the Performance tab you'll notice that the number of processors label either read...

1

I'm trying to reverse engineer the colors used in a popular game. See this low quality screenshot for an example: The left side is the 'overlayed side' which has the background color and the overl...

3

Solved

I'm trying to understand a piece of code which uses __ctype_b_loc(), problem is that I don't know what is the purpose of this function. So far, I found it is defined in the ctype.h. I also found i...
Pie asked 8/6, 2016 at 12:24

2

I would like to retrieve some historical stock prices via a REST API from the following site: https://www.boerse-frankfurt.de/zertifikat/de0007873291-open-end-zertifikat-auf-dow-jones-industrial-av...
Armhole asked 17/11, 2021 at 15:35

3

Solved

I need to modify a so inside an Android APK. The task is to rename the dynamic symbols in side the so (which is the function name). For example, change from Java_com_example_abc_.... to Java_com_...
Dylan asked 10/12, 2013 at 10:40

6

Solved

I want to analyze a stream object in a PDF file which is encoded using /FlateDecode. Are there any tools which allow one to decode such encoding (ASCII85decode, LZWDecode, RunlenghtDecode etc.) us...
Arondell asked 17/1, 2015 at 9:11

7

Solved

I want to reverse engineer (import into diagram form) the database definition dump of a database I have, then since no foreign keys are defined in this particular database, I want to be able ...
Benniebenning asked 12/11, 2008 at 23:37

3

I planned to change the package name through smali(reverse) when I open up apktool.yml, I saw this forced-package-id: '127' I have tried to change it but it crash why should i do?
Hallway asked 23/4, 2016 at 6:49

8

Solved

The hexdump command converts any file to hex values. But what if I have hex values and I want to reverse the process, is this possible?
Kiangsu asked 1/5, 2017 at 18:14

2

Im interested in taking a deeper look into the firmware of my Behringer X32 mixing console, so i downloaded the actual file from (http://www.behringerdownload.de/X32/X32_Firmware_2.10.zip) and star...
Fantast asked 4/5, 2015 at 10:57

2

Solved

Objective: Secure my Java application from reverse engineering. Idea: split the program into two halves (loader and program) loader will be a regular jar program will be an encrypted jar file...
Geometry asked 21/3, 2012 at 18:43

4

Solved

I'm curious if it's possible for me to write programs that can control an Apple TV, specifically an Apple TV 4th gen running tvOS 9.1.1, like Apple's Remote app for iOS can. I'd like to send it com...
Harryharsh asked 12/2, 2016 at 5:59

2

Goal Given a company e-mail and a corresponding password, I need to programatically login to login.microsoftonline.com and access the Office 365 dashboard (office.com). The image shows the user flo...

1

I want to put a breakpoint on a certain register that will fire whenever the register holds the value specified. In the following example: mov eax,10 mov ebx,12 inc eax dec eax Pseudocode: bp @eax...
Helsa asked 2/10, 2022 at 15:35

2

I am trying to reverse engineer an algorithm used to generate a check digit. Numbers are 8 digits long and the last digit is the check digit. I have thousands of valid numbers to test it on. I h...
Jereme asked 21/11, 2012 at 14:31

1

Solved

I have some binary .fic files in a proprietary format , I have a wd250hf64.so from this vendor that contains a C++ method CComposanteHyperFile::HExporteXML(wchar_t* const path) that I can see using...
Theism asked 29/12, 2021 at 23:39

30

Solved

How do I get a list of all index & index columns in SQL Server 2005+? The closest I could get is: select s.name, t.name, i.name, c.name from sys.tables t inner join sys.schemas s on t.schema_i...
Rankins asked 19/4, 2009 at 18:38

7

Solved

Are there any good programs out there to compare to compile .NET assemblies? For example I have HelloWorld.dll (1.0.0.0) and HelloWorld.dll (2.0.0.0), and I want to compare differences how can I ...
Aquanaut asked 16/3, 2009 at 22:46

© 2022 - 2025 — McMap. All rights reserved.