Reverse-engineering Questions
Ad
Is there a difference between the address operator and a pointer in assembly?
Does the compiler translate the address operator any different than a pointer? i'm wondering because the decompiler sometimes shows me:
How to find out the value of an inline constant while debugging a C program with GDB?
Assume i have a compiled binary program, without debug symbols, with a source code similar to this in c: char code[] =
Can I be sure that the binary code of the functions will be copied sequentially?
Sorry if this question already exist, because i hope this approach is used but i just don't know how this called. so, my purpose to execute
All components id changed to random number
I lost my project folder so i decode the apk using apktool and java2dex. now all my java classes that contain so many
What is the role of program interpreters in executable files?
I was going through disassembly of elf executables and understanding the elf format. in there, i saw lib64/ld-linux-x86-64.so.2 used
Is it necessary to secure the secret (e.g., key) in the .so file?
A private key has been #define in the c code of .so file. this key is used for the customized authentication process between client-server.
Somebody is reverse engineering my app. Should I afraid of stealing? Is it legal?
I have an android app in google play store. i've discovered trough various fabric events that somebody is reverse engeenering my
How to verify the identity of the app sending an POST request
I am making an server api which will return some confidential keys to my app. then the app will use these key to perform a particular
flutter firebase cloud functions and reverse engineering - dart compilation
I'm 3-season-old flutter dev now trying to compile my little app! i'm using
Flutter code recovery from aab file (Android App Bundle)
I had an issue with my computer and had to format it. an app was completely erased because my version control was only locally. the app exists on
Ad
Why is this an invalid smali register?
I injected this piece of code invoke-static {p0}, lcom/outfit7/talkingtomcandyrun/toast;->show(landroid/content/context;)v in a
Will Flutter code be reverse-engineered easily without obfuscation?
I know flutter is compiled aot (ahead-of-time). however, it
Why did additional pointer arguments disappear in assembly?
C code: void ptrarg1(int* a,int* b,int* c, int* d, int* e, int* f) { return; } void
Assembly instruction reading, leaq
So i'm trying to compute the values of m and n in the following code with the assembly code given. int array1[m][n]; int
Analyzing obfuscated ELF binary
I'm trying to debug an elf with strange magic bytes $ xxd binary | head -2 00000000: 7f45 4c46 4141 4141 4141 4141 4141 4141
wrong user and password in C code reverse engineering
I have this piece of code from a binary file that asks for user and password, i managed to find the user "mari" and the password "luig" but it
Debug a release version of an OSX App via LLDB
I am trying to debug of an osx desktop application (mac os catalina 10.15.3) via lldb. lldb path/to/electron.app
How can I determine this string value based on the C disassembly?
So i am working on a "find the password" type binary disassembly problem and cannot quite figure it out. the assembly is as
Tool to generate sequence diagram from react.js source code
I am learning react.js from an online tutorial. the source code is provided in the tutorial itself. it will be useful if i can view the sequence
i cant understand this bit-manipulation python code
I see alot of code patterns in reverse engineering writeups and i don't understand it like this one (some_value >> 8) &
Hibernate reverse engineering cascade
I'm using the hibernate reverse engineering to generate annotated entities and a cfg.xml for a very large non static set of database tables. is it
Ad
What methods are being used to protect this Android APK: Reflection? Encryption? How do I reverse engineer it and analyze it?
I know the basics to java programming, but i'm new to reverse engineering apks, so explanations would be nice! i have an apk file
Is there anyway to view executed JS functions names for certain period of time?
I need to understand how some site loads additional content when i finished scrolling. i need it for loading that content by my own injected js
How does the value of the program counter increment?
I have a block of instructions for which i wanted to know how the pc register works. it says on wikipedia, the pc register holds the value of the
Android proof for copying my Sourcecode
Me and my team coded an android application for a customer of my company. due to some "political issues" the cooperation ended. the customer now
Ad
Blog Categories
Ad