|
de compiler for .exe file??
Friday, November 20, 2009 - 4 Posts by 4 People @ Computer Programming - Coding .com
Does anyone know of a de-compiler that will take the exe and put it back to source code to be re
Quote: : Does anyone know of a de-compiler that will take the exe and put it back to source code
convert (disassemble) it to assembly and I even heard of one that can convert it to C but I haven't
How can I see the assembly code that is generated by a gcc (any flavor) c...
Sunday, August 30, 2009 - 6 Posts by 6 People @ Stack Overflow
The compiler does underneath when I put in optimization flags.
--Edit--
How to restrict
it to a specific function or a code block?
--Edit_2--
How to let gcc generate a less verbose assembly-code?
to the files you specified under -o switch.
This link describes how to ask GCC to produce assembly code output...
Why is building a cross-compiler harder than building a regular compiler?...
Tuesday, February 17, 2009 - 8 Posts by 8 People @ Stack Overflow
Everything I've read seems to imply that building a cross-compiler is significantly harder than
building a compiler that targets the platform it runs on. Is this true? If so, why? It seems like
on the compiler architecture.
A compiler is not only translating source code into asm and system calls...
How to associate external files with an assembly
Thursday, April 23, 2009 - 8 Posts by 8 People @ Stack Overflow
To be included with the compiled assembly (e.g. simple text files or even a legacy unmanaged DLL
that's wrapped by the assembly as an interop layer). While embedding the supplemental files
want to create a multifile assembly using the /linkresource C# compiler option. Instructions
Could not load file or assembly 'System.Data.SQLite'
Friday, August 14, 2009 - 4 Posts by 4 People @ Stack Overflow
This compiler error:
Error 1 Warning as Error: Assembly generation -- Referenced assembly
(whenever I try to see any page):
Could not load file or assembly 'System.Data.SQLite, Version=1.0.61.0
the .net framework.
System.Data.SQLite.dll is a mixed assembly, i.e. it contains both managed code
What's Regular Expression for update Assembly build number in AssemblyInfo...
Tuesday, July 21, 2009 - 5 Posts by 5 People @ Stack Overflow
Now, I'm writing VS 2008 Macro for replace Assembly version in AssemblyInfo.cs file. From MSDN
, Assembly version must be wrote by using the following pattern.
major.minor[.build[.revision]]
Example
edge cases and that's the C# compiler. How about just compiling your assembly and then reflecting
DrewCode, My language + Compiler!
Thursday, December 31, 2009 - 14 Posts by 12 People @ Hardware and Software - Facepunch
The compiler in Flash! That's right... Flash!
It breaks the DrewCode down into my personal assembly syntax...
code, and after it. Then a PHP file (which the Flash compiler sends the machine code
source later on?
: EDIT :
Can you make it compile into bash scripts? Yay opensource it ! :buddy:
General Setup Question regarding Ssytem.XML assembly
Wednesday, January 13, 2010 - 13 Posts by 2 People @ .NET Framework Setup
All the code is in source safe and I am trying to set up a new machine with the solution but keep
assembly (GAC, 2.0.0.0). However in the machine with the build errors, even when I try to add
the reference in the web.config file to:
<add assembly="System.Xml, Version=2.0.5.0, Culture
Assembly... BUH BUM BAAHH
Thursday, June 21, 2007 - 40 Posts by 20 People @ xkcd • Coding
Platform is assembly code? I'm on a mactel so I guess that I would use i86 assembly and the gas compiler...
The "choose a language" thread just reminded me: I never learned assembly! I know
anything substantial in assembly. A decent C compiler can spit out code that rivals hand assembly
The Theory Behind A SNES C Compiler
Sunday, September 18, 2005 - 17 Posts by 6 People @ ZSNES board :: Development
Decided to create my own SNES C Compiler (hensforth known as SCC).
I have just finished a 458 page
'crash-course' of the basic theory of compiler prac in pascal (which I had no knowledge of until now
This is the BNF of my SNES C Compiler
Code:
SCC - The SNES C Compiler
Copyright (C) 2005, Marc
|

)