KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
MCSemaWindows
★ 11
Open GitHub ↗
MCSema Build Windows download
Download README (.md)
Explore Similar Repositories
CV
:
my CV using pagedown
typographical-hugo
:
The Hugo port of the Typographical Jekyll theme
land-g7
:
Land for bedrock_server win.
arena-blog
:
A lightweight template for quickly building blogs using are.na
FTFramework
:
A collection of Python and Bash scripts to enable easy testing of Fortran compilers using BATS.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MCSemaWindows
?
Download (.md)
MCSema binary lift for Windows apps This program decompiles the exe files and binaries to LLVM bitcode. So you can inject any code into exe or dll files. This program requires IDA 7.0+ You need python 2.7 for IDA 7.0+ PRO It wont work on IDA Free Edition Install Python 2.7 for IDA PRO https://www.python.org/ftp/python/2.7/python-2.7.amd64.msi Then IDA can recognize python codes. MCSema Build Windows download For CFG Construction: ida64.exe -S"D:\remill\mcsema\Lib\site-packages\mcsema_disass-2.0-py3.8.egg\mcsema_disass\ida7\get_cfg.py --output calc.cfg --log_file calc.log --arch amd64 --os windows --entrypoint wWinMain" calc.exe Generate LLVM Bitcode from Exe File: mcsema-lift-5.0.exe --os windows --arch amd64 --cfg calc.cfg --output calc.bc Then you can use the bitcode back with clang or clang-cl on windows