1
vote
6answers
57 views
How Can I Reverse Engineer a Network Protocol (Metatrader 4)?
I need to reverse engineer the Metatrader 4 network protocol. MT4 Server doesn't have an API and I have found zero documentation about its protocol.
Any ideas about where I can st …
1
vote
4answers
97 views
How do I extract the network protocol from the source code of the server?
I'm trying to write a chat client for a popular network. The original client is proprietary, and is about 15 GB larger than I would like. (To be fair, others call it a game.)
Ther …
2
votes
5answers
155 views
Modify a string in Java bytecode (jar)
I need to modify a connection string that's hard-coded into a Java application (jar without source).
I presume it's possible to decompile the jar, then change the source and reco …
2
votes
4answers
133 views
Are there good tools for C# reverse engineering?
Hello,
can you say me if there are good tools for reverse-engineering my C# applications. I need UML-class-diagrams of my written software and i don't want to draw these diagrams …
0
votes
1answer
42 views
How to record(reverse-engineer) PCI transactions on Linux
I want to record all read/write PCI transactions of a device driver. Is there a way to do it by a linux command or on software?
1
vote
3answers
42 views
Is inspecting file structure and changes to the system registry considered reverse-engineering?
Disassembling/decompiling is usually considered reverse engineering. What if I don't decompile the executables but only observe the changes to the computer - what registry changes …
3
votes
5answers
118 views
Reverse Engineering steps
Everyday we are reading through large amounts of code not well documented.
Understanding the code by jumping into it might not be easy for everyone until they have an idea about t …
5
votes
11answers
693 views
convert ASM to C (not reverse engineer)
I googled and I see a suprising amount of flippant responses basically laughing at the asker for asking such a question.
Microchip provides some source code for free (I don't want …
1
vote
2answers
54 views
reverse engineering in symfony
I have a database. I am trying to reverse engineer using symfony to create schema.yml. I get this error message:
[propel-schema-reverse] There was an error building XML from metad …
-4
votes
1answer
54 views
Which methods and class will Safari call when it’s launched?
I want to class-dump methods and class of safari launching for get the DOM OBJECT in the webpage. But I didn't know which methods and class will be called when it launch ? Thank yo …
3
votes
6answers
304 views
How can I determine which framework was used to build a particular Windows desktop application?
How can I determine which platform or programming language was used to build a particular Windows desktop application?
8
votes
5answers
148 views
Fix bugs in .NET program without access to source
I have a program i frequently use that is made with .NET.
This program has a small bug that is very annoying and the developer to the app is nowhere to be found.
I have found the …
1
vote
3answers
199 views
Reversing CRC32
I'm looking for a way to reverse a CRC32 checksum. There are solutions around, but they are either badly written, extremely technical and/or in Assembly. Assembly is (currently) be …
4
votes
8answers
223 views
C# - Executables decompilable (can be reverse engineered)?
Is that right that C# can be reverse engineered? How is easy to do that?
Can we say the C# is not enough good from safety aspect? And what about C++ compared with C# against decom …
0
votes
1answer
65 views
How can you reverse engineer a binary thrift file?
I've been asked to process some files serialized as binary (not text/JSON unfortunately) Thrift objects, but I don't have access to the program or programmer that created the files …
