Can some one help me with reversing of _PrepareMenuWindow() subroutine? I am trying to find the signature of the method.
I\'ve been trying to apply code protection using the SmartAssembly obfuscator to a WPF Prism application, but it the application refuses to work properly when being obfusca开发者_如何学运维ted.
Closed. This question is seeking recommendations for b开发者_StackOverflow中文版ooks, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting ans
What is vftable in high programming languages? I read something like it\'s the address of a virtual object structu开发者_C百科re, but this is a pretty messy information
I need to solve a reverse engineering problem of a native process. I am having unmanaged .exe of having some controls on it ( e.g TextBox, Buttons, TextAreas, ComboBoxes). After filling all the data o
I have a device which when a certain application is on send data to that application. I need to take a sniff that data and retrieve certain information which is not being shown. The device is custom a
I was taking a look at some disassembly and I found the following section :- push eax push 0F003Fh pus开发者_如何学运维h ebx
I\'m trying to extract a stream of historical messages of a site much like twitter. Basically we all know the \'MORE\' button it Twitter. This site has something similar and looks like it grabs a JSON
Source code of Android Market app is not available. What I want to do is reversing the network protocol used by the market.
For example we have chat client application executable (and we can change server Endpoint). How I can analyze sockets, packets send to server and back? So I can write server emulator for that client?