decompiling
IDA pro 'this' keyword
I am wondering what the exact meaning of the \'this\' keyword is in the IDA pro pseudo c++ code. Lets say that I have a function call:[详细]
2023-01-31 22:34 分类:问答Trouble compiling some decompiled C# code
I was decompiling an open-source project (because the source for the la开发者_JS百科test version hasn\'t been released yet).Using RedGate\'s Reflector tool, it gave me this block of code:[详细]
2023-01-31 22:05 分类:问答How to Decompile Java [duplicate]
This question already has answers here: How do I "decompile" Java class fi开发者_JS百科les? [closed][详细]
2023-01-29 21:27 分类:问答Is it possible to convert PPC Assembly to C?
i have some PPC code that i want to convert back into its original C code, is there a way to do this? Possibly a person (such as somebody who knows PPC to reconst开发者_JS百科ruct the C code?) or a pr[详细]
2023-01-28 15:51 分类:问答Is it really impossible to protect Android apps from reverse engineering?
As we know, Android app开发者_运维问答s are written in Java. In Java, no matter what you do, it is impossible to protect compiled code from decompilation or reverse-engineering, as the Stack Overflow[详细]
2023-01-28 05:15 分类:问答Android smali question
I\'m currently doing some research on smali/\"code obfuscator\" and I\'m trying to get familar with the decompiled source codes at the moment. For this I created a simple app and decompiled it by smal[详细]
2023-01-28 03:19 分类:问答Is it possible to decompile a SQL Server CLR stored procedure assembly?
We\'ve got a few internal proprietary database CLR stored procs (MSSQL 2005) that were put together by a former employee who misplaced (and never checked in) the .NET source code used to build the ass[详细]
2023-01-25 17:13 分类:问答Decompile compiled Java file with proprietary headers
I\'ve got a file that is a binary java file that was compiled using a proprietary program. I\'ve tried to open this up in some of the standard decompilers but they will not recognize it.[详细]
2023-01-24 06:37 分类:问答Delphi dfm bad compiler
All exes compiled can be decompiled (but with some hardship ) but delphi application forms are saved as dfms inside exe which can b开发者_开发技巧e seen easily (with reshacker) (soooo easily ) can i o[详细]
2023-01-23 04:01 分类:问答VB3 decompiler?
Someone I used to work for emailed me out of the blue and said they want me to update开发者_运维问答 a VB3 (!!!) program I wrote for them because customers are reporting having problems running it und[详细]
2023-01-21 05:20 分类:问答