Petr Zemek
50f0ed2ed4
Mention the fixed build of the llvm submodule with VS 2017 when DIA SDK is installed into CHANGELOG.
2017-12-22 08:54:11 +01:00
Petr Zemek
4cad0e5059
Update submodules capstone2llvmir, fileformat, fnc-patterns, and llvm.
2017-12-22 08:50:02 +01:00
Marek Milkovič
583292145b
Updated fileformat and fnc-patterns submodules
2017-12-21 23:27:01 +01:00
Marek Milkovič
9777086b23
Updated fileformat and fnc-patterns submodules
2017-12-21 11:28:22 +01:00
Petr Zemek
aebf5967eb
Update the capstone2llvmir submodule.
2017-12-21 08:19:01 +01:00
Petr Zemek
a8a24aa64c
Fix the build of bin2llvmirtool after the added support for macOS build ( #62 ).
...
In 55c2d04202
, support for macOS build was added.
It applied the following patch (note the last line):
-else() # Linux/MSYS2
+elseif(APPLE)
+ target_link_libraries(bin2llvmirtool -Wl,-force_load bin2llvmir)
+elseif() # Linux/MSYS2
The last `elseif()` should have been `else()`. This caused any Linux build to
fail with the following error because of the missing dependency on bin2llvmir:
bin2llvmir.cpp:18:10: fatal error: llvm/ADT/Triple.h: No such file or directory
2017-12-21 08:15:13 +01:00
Petr Zemek
acf6ead232
Remove a forgotten variable from install-share.sh that causes installation to fail ( #63 ).
...
The variable was left there in a4fb3d42aa
. It
causes the installation to fail with the following error:
cmake/install-share.sh: 93: install-share.sh: UNPACK_PARAMS: not found
2017-12-21 07:31:39 +01:00
Petr Zemek
0fb375b435
Fix formatting in README and rephrase several parts of it.
2017-12-21 07:19:29 +01:00
Petr Zemek
8a5f51fee2
Mention that RetDec requires Bison version >= 3.0 to build into README.
...
As suggested in #58 .
2017-12-21 06:57:11 +01:00
Petr Zemek
5a64f678b5
Add missing required packages for Linux into README: Bison and Flex.
2017-12-21 06:56:39 +01:00
Marek Milkovič
ecc3464d60
Merge branch 'stek29-macos-fix'
2017-12-20 19:47:19 +01:00
Marek Milkovič
ea755faf7e
Updated changelog
2017-12-20 19:46:36 +01:00
Marek Milkovič
75534e032f
Added disclaimers that we do not officially support macOS to README
2017-12-20 19:43:56 +01:00
Marek Milkovič
e2aed754a2
Merge branch 'macos-fix' of git://github.com/stek29/retdec into stek29-macos-fix
2017-12-20 19:31:59 +01:00
Marek Milkovič
1e469383e1
Updated fileformat, fnc-patterns and llvm submodules
2017-12-20 19:30:58 +01:00
Peter Matula
7d67338abf
doc: add graph of git submodule dependencies.
2017-12-20 16:01:26 +01:00
Peter Matula
cdbe6aba80
readme: add link to wiki
2017-12-20 14:55:01 +01:00
Petr Zemek
1ae4b79392
Mention two new enhancements in CHANGELOG.
2017-12-20 13:38:57 +01:00
Petr Zemek
39efed8706
Fix links to issues in README and CHANGELOG.
...
Unfortunately, GitHub does not render issue and pull-request identifiers as
links in `.md` files, so we have to do this by ourselves.
2017-12-20 11:58:12 +01:00
Petr Zemek
2995eaf3d6
Merge pull request #57 from orbitcowboy/master
...
llvmir2hll: Fix incorrect condition in CopyPropagationOptimizer.
2017-12-20 09:16:55 +01:00
orbitcowboy
6eefa76c45
optimizer: Fixed wrong condition.
2017-12-20 08:40:52 +01:00
Petr Zemek
19de77b8a1
Unify the format of CHANGELOG entries.
...
We want to use the same format for all entries (begin with an uppercase letter,
just like when writing a regular sentence).
2017-12-20 08:32:12 +01:00
Petr Zemek
0382d1a6a3
Unify the names of related repositories in README.
...
Use the same format for all names.
2017-12-20 07:50:43 +01:00
Petr Zemek
41dbad2339
Mention retdec-python in README in the "Related Repositories" section.
2017-12-20 06:39:27 +01:00
mbandzi
3a38d47a1a
Update changelog
2017-12-19 13:59:13 +01:00
Michal Bandzi
96eb39ce67
Merge branch 'master' of https://github.com/avast-tl/retdec
2017-12-19 13:56:29 +01:00
Michal Bandzi
a5b8a7235f
Update submodules
2017-12-19 13:54:25 +01:00
Petr Zemek
daa4661c50
Rename "RETDEC_INSTALLED_DIR" to "RETDEC_INSTALL_DIR" in README.
...
The new name sounds better.
2017-12-19 07:36:26 +01:00
Petr Zemek
0c9a7574a3
Merge pull request #6 from Manouchehri/wget-s3-fix
...
Added wget flag to reset connection
2017-12-19 06:46:50 +01:00
David Manouchehri
d699d3bb70
Added wget flag to reset connection.
2017-12-18 13:12:41 -05:00
Petr Zemek
ab7adba3b8
Add a new required package for Debian-based distributions to README: automake ( #46 ).
2017-12-18 17:04:17 +01:00
Peter Matula
a4fb3d42aa
cmake/install-share.sh: bashisms free script -- any shell can be used
2017-12-18 14:35:09 +01:00
Petr Zemek
18ab21ee6e
Mention the vim-syntax-retdecdsm repository in README.
...
It provides a Vim syntax-highlighting file for the output from the RetDec's
disassembler (.dsm files).
2017-12-18 07:44:44 +01:00
Petr Zemek
e8498d73c4
Add link to the list of RetDec related publications into README.
2017-12-17 10:33:01 +01:00
Petr Zemek
75eec65e5e
Improve the note about the required C++ compiler in README.
...
RetDec needs both a C++14 capable compiler as well as a proper implementation
of the standard C++ library.
2017-12-17 10:00:19 +01:00
Petr Zemek
05b34d8932
Add a link to our Botconf 2017 talk to README.
2017-12-17 09:56:26 +01:00
Marek Milkovič
08810d3333
Updated fileformat and fnc-patterns submodules
2017-12-17 00:41:15 +01:00
Petr Zemek
d71545f6eb
Mention removal of duplicate lib
prefixes from libdwarf and libelf in CHANGELOG ( #31 ).
2017-12-15 18:39:18 +01:00
Peter Matula
d55a05c3bd
update submodules
2017-12-15 16:33:20 +01:00
Peter Matula
0254b12598
Merge branch 'issue-12'
2017-12-15 13:58:00 +01:00
Peter Matula
1fd9d34ed5
install documentation into <install_dir>/share/retdec/doc
...
instead of <install_dir>/doc
2017-12-15 13:57:32 +01:00
Peter Matula
fb9b340480
install retdec support to <install_dir>/share/retdec/support
...
this should solve #12 . script no longer clears (rm -rf)
<install_dir>/share, it clears <install_dir>/share/retdec/support.
2017-12-15 13:56:37 +01:00
Viktor Oreshkin
e2fa7df4fb
Add macOS info to README
2017-12-15 13:55:21 +03:00
Viktor Oreshkin
55c2d04202
Fix bin2llvmirtool/llvmir2hlltool macOS build
2017-12-15 13:50:20 +03:00
Petr Zemek
8ec047f591
Specify the language for all code blocks in README.
...
This ensures that the code is highlighted properly when rendered on GitHub.
2017-12-15 11:12:55 +01:00
Petr Zemek
efda4a22a2
Mention that RetDec build optionally requires Doxygen and Graphviz in README.
2017-12-15 11:10:47 +01:00
Petr Zemek
a82bf36ef0
Fix the used Python version in the apt-get command in README.
...
RetDec requires Python 3, which is installed by `python3`, not `python`.
2017-12-15 11:02:45 +01:00
Petr Zemek
ce42bdcc78
Add a warning that decompilations of large binaries may require a lot of RAM into README ( #36 ).
2017-12-15 10:56:31 +01:00
Marek Milkovič
c2b4ba45b5
Added dnf install command into README
2017-12-15 09:30:54 +01:00
Petr Zemek
b950114c1a
Unify title casing in README.
2017-12-15 06:07:57 +01:00