Find answers to your questions about Reverse Engineering or help others by answering their Reverse Engineering questions.
I'm trying to search with IDA pro constants of type "#define SIZE 100" and normal local variables from a gcc-compiled binary file. I know there are a lot of open...
Asked on 12/10/2020
1 answerI just started exploring ida. I have a simple IDAPython script.import sysimport idcimport idautils# wait for auto-analysis to completeidc.auto_wait()for ea in idautils.Functions(): print(idc.get_func_name(ea))idc.qexit(0)I want to print...
Asked on 12/09/2020
0 answerI have a dataset of .ASM files generated by IDA (dont have the corresponding file) now there are a lot of calls like this :.text:00637114 5F ...
Asked on 12/09/2020 by OneAndOnly
0 answerI have written a small dll that detours the function that decrypts and encrypts game packets allowing me to see the packets being sent and received. Packets like login are...
Asked on 12/08/2020 by majidarif
2 answerI am using idapro 7.5 to get variable information from binaries. Consider following simple code:#include <stdio.h>#include <stdlib.h>int main(int argc, char *argv[]){ int i, N, array[10]; N =...
Asked on 12/07/2020 by R4444
0 answerI have 2 ELF files here, each containing strings in the ".rodata" for an translation that I want to modify.The first ELF "(binary1)" I have already successfully modified from...
Asked on 12/06/2020 by Alonia
0 answerprobably silly question, what does Off ... means in IDA Pro?i markered the snapshot as an example. ...
Asked on 12/06/2020 by daniel benisti
1 answerI have been trying to work out if its possible to reverse engineer the firmware for the Aether Cone. This is a good sound quality WIFI and Bluetooth speaker, but...
Asked on 12/06/2020 by Blaine O
2 answerAccording to this site, there are 3 bad characters in SLmail v5.5 https://www.whitelist1.com/2016/11/xstack-overflow-1-exploiting-slmail.htmlTo sum it up, there are 3 bad characters that being interpretedliterally by the...
Asked on 12/05/2020 by Wolf
0 answerI have the following assembly code over Linux distro:# using the .data section for write permission# instead of .text section.section .data.globl _start_start: # displaying some...
Asked on 12/05/2020 by MLSC
4 answerGet help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP