decompiler
How to make Reflector not Choke on new syntax
Is there a way to make reflector disassemble back to the new c# constructs? Auto-Implemented properties are coming out like this:[详细]
2023-01-12 08:24 分类:问答Password extractable from executable code?
If a password is hard开发者_Python百科-coded into a variable in source code such as VB, could someone extract this password by looking at the compiled executable code?[详细]
2023-01-10 00:40 分类:问答Is there a java classfile / bytecode editor to edit instructions? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-08 22:34 分类:问答Location of VB.NET "source" code, similar to Java's JDK src.zip
Does VB.NET have anything similar to Java\'s JDK 开发者_如何学JAVAsource code? When I used to work in Eclipse, I could right click and view the generated code, or \"look under-the-hood\" so to speak.[详细]
2023-01-08 06:00 分类:问答.dll decompiler
I have inherited a project from a previous developer. All the ASP .NET code behind files are contained within a .dll and the original files are unavailable. Is there any reliable de开发者_开发知识库co[详细]
2023-01-07 19:09 分类:问答How does one decompile and recompile a database application?
I have an Access database ap开发者_如何学Cplication and I would like to know the proper way of decompiling and recompiling it.To Decompile an Access database you\'ll need to create a shortcut with the[详细]
2023-01-07 06:31 分类:问答Decompiling an ARM asm back to C
I wrote a nice ARM assembler routine a few years back and it has done its job beautifully over the years on the ARM embedded systems it was designed f开发者_如何学编程or.Now, the time has come to port[详细]
2023-01-05 21:23 分类:问答Encrypting password in compiled C or C++ code
I know how to compile C and C++ Source files using GCC and CC in the terminal, however i would like to know if its safe to include passwords in these files, once compiled.[详细]
2023-01-03 04:14 分类:问答Eclipse Class File Metadata
In Visual Studio, I can obtain a succinct list of public methods/members exposed in a class for which I do not have the source (i.e. bundled inside a DLL) by 开发者_StackOverflowpressing F12 (GoToDefi[详细]
2023-01-02 17:54 分类:问答Java decompiler for netbeans
Is there any open source java decompiler for netbeans just like jadclips开发者_StackOverflow中文版e for eclipse.What I do, I decompile the JAR with jd-gui, save all the sources, then create a new libr[详细]
2023-01-01 14:00 分类:问答