swang206
swang206
C++ EH is a mistake. Herbception please https://www.youtube.com/watch?v=ARYP83yNAWk
> Hello, > > Please provide as much of the following information as possible: > > * Please attach the binary to this issue. > * What is the version...
reassemble a binary with clang
> PE or ELF, 32-bit or 64-bit? Both PE and ELF 64 bit. I did not try 32-bit.
> Currently, for Windows binaries only the MASM assembly syntax is supported by ddisasm/gtirb-pprinter. You will have to use a MASM-compatible assembler such as `ML64` or `UASM`. > > For...
> We use gcc for reassembly. For the few examples I just tried, clang works. I believe there are some subtle differences in the syntax clang supports, but gcc and...
> You should be able to generate a `.LIB` file to satisfy the linker with one additional command-line argument: > > ``` > $ ddisasm --asm npp.asm --generate-import-libs notepad++.exe >...
> > I do not see the COMCTL.lib file in the local directory after running ddisasm with flag --generate-import-libs > > Oh! This is an actual bug I can fix....
> We have code in review that will provide alternatives on Linux. Hopefully that will merge soon, but until then you can use LLVM `lld-link` as an alternative to `LIB.exe`....
[npp.zip](https://github.com/GrammaTech/ddisasm/files/7119482/npp.zip) the exe does not run at all