ceeac

Results 20 comments of ceeac

Hello, this repository is just a mirror of the original svn repository. You can try submitting your PR as an svn compatible patch (`git diff --no-prefix`) to the Simutrans forum...

Yes and no - While Shared Object decompilation itself is supported for 32-bit SO files, it is untested as of now. Also, only ELF files are supported, not old formats...

1. See commit d654bf40b, though you probably need to rewrite it because the syntax has changed in the meantime. You will need to write both a decoder plugin and a...

There are better build instructions for Windows now; Usage instructions can/should be updated for the next release (i.e. 0.5.0)

I'm reopening this because Coverity currently does not support C++17 properly. If/when it does, we should set up a cron job on Travis that uploads to Coverity automatically.

Yes, but there are a few more points to consider: - The current signature parser (`AnsiC{Parser.y,Scanner.l}`) only supports a subset of C so it would need to be expanded to...

Thanks for the report! The bug is triggered because the executable contains a conditional jump to another function. I'll investigate how to best solve this.

Yes, kind of; the code is reusing a part of another function: ![shared-epilogue](https://user-images.githubusercontent.com/28988143/73590381-0e36ee00-44e2-11ea-9cc8-a9e32bdc7def.png) Boomerang does not recognize that the `jae` instructions are conditional calls and that `0x806a060` is a separate...

Most memory leaks have been fixed in `develop` now. However, there are still some memory leaks remaining that are difficult to fix - most notably in both parsers. I think...

Have you tried installing `gettext`?