[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/boomerang/boomerang.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A decompiler for native executables [T] Boomerang is a decompiler that takes executable files and [T] attempts to create a high level, compilable, possibly even [T] maintainable source file that does the same thing. It does [T] not matter if the executable file has symbols or not, [T] or whether it was compiled using any particular language. [U] https://boomerang.sourceforge.net/ [A] Mike Van Emmerik [M] Rene Rebe [C] extra/development [F] OBJDIR [L] GPL [S] Stable [V] 0.5.2 [D] d5336d5e50a3920d79c7fa8ae69faf3bc499e5dc93ae64c6f84c6e90 boomerang-v0.5.2.tar.gz https://github.com/BoomerangDecompiler/boomerang/archive/v0.5.2/ boomerang_install() { cat > $root$bindir/boomerang <<-EOT #!/bin/sh boomerang-bin -P $datadir/boomerang "\$@" EOT chmod +x $root$bindir/boomerang install boomerang $root$bindir/boomerang-bin install lib/*.so $root$libdir/ mkdir -p $root$datadir/boomerang cp -arv transformations frontend signatures $root$datadir/boomerang/ } # makeinstopt= # hook_add postmake 5 boomerang_install