Skip to content

Commit

Permalink
Fix: 2021-06-05
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Jun 5, 2021
1 parent 57352ed commit 699e114
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
2 changes: 1 addition & 1 deletion FormatWidgets
2 changes: 1 addition & 1 deletion Formats
Submodule Formats updated 2 files
+3 −5 xpe.cpp
+1 −1 xpe.h
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NF3FBD3KHMXDN)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/horsicq/DIE-engine.svg)](http://ntinfo.biz)
[![GitHub All Releases](https://img.shields.io/github/downloads/horsicq/DIE-engine/total.svg)](http://ntinfo.biz)
[![gitlocalized ](https://gitlocalize.com/repo/4736/whole_project/badge.svg)](https://gitlocalize.com/repo/4736/whole_project?utm_source=badge)

# DIE-engine
GUI & console sources for Detect It Easy(DiE): https://github.com/horsicq/Detect-It-Easy/

![alt text](https://github.com/horsicq/Detect-It-Easy/blob/master/mascots/3.02.png "Version")

2 changes: 1 addition & 1 deletion SpecAbstract
Submodule SpecAbstract updated 1 files
+1 −1 specabstract.cpp
2 changes: 1 addition & 1 deletion XDemangle
Submodule XDemangle updated 2 files
+30 −7 xdemangle.cpp
+4 −2 xdemangle.h
2 changes: 1 addition & 1 deletion XHashWidget
Submodule XHashWidget updated 2 files
+44 −0 hashprocess.cpp
+17 −11 xhashwidget.cpp
2 changes: 1 addition & 1 deletion XOptions
Submodule XOptions updated 2 files
+13 −2 xoptions.cpp
+1 −0 xoptions.h
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Detect It Easy 2.03.
# Generated by GNU Autoconf 2.69 for Detect It Easy 3.02.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -576,8 +576,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Detect It Easy'
PACKAGE_TARNAME='detect-it-easy'
PACKAGE_VERSION='2.03'
PACKAGE_STRING='Detect It Easy 2.03'
PACKAGE_VERSION='3.02'
PACKAGE_STRING='Detect It Easy 3.02'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1217,7 +1217,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Detect It Easy 2.03 to adapt to many kinds of systems.
\`configure' configures Detect It Easy 3.02 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1279,7 +1279,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Detect It Easy 2.03:";;
short | recursive ) echo "Configuration of Detect It Easy 3.02:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1383,7 +1383,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Detect It Easy configure 2.03
Detect It Easy configure 3.02
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1438,7 +1438,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Detect It Easy $as_me 2.03, which was
It was created by Detect It Easy $as_me 3.02, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3106,6 +3106,6 @@ $as_echo "$as_me: Qt version: $X_QT_VERSION" >&6;}
$as_echo "$as_me: Running qmake to generate the makefile..." >&6;}
$QT_QMAKE "die_source.pro" -spec $X_QMAKE_SPEC
{ $as_echo "$as_me:${as_lineno-$LINENO}: Good, the configure finished." >&5
$as_echo "$as_me: Good, the configure finished." >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: The configure finished. Please type \"make\" to compile the project." >&5
$as_echo "$as_me: The configure finished. Please type \"make\" to compile the project." >&6;}
$as_echo
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Detect It Easy], 2.03)
AC_INIT([Detect It Easy], 3.02)
AC_PROG_CC
AC_LANG(C++)
PKG_CHECK_MODULES(Qt5Core, [Qt5Core >= 5.2.0], [], [AC_MSG_ERROR([Qt5Core >= 5.2.0] is required.)])
Expand All @@ -17,5 +17,5 @@ AC_MSG_NOTICE([Qt version: $X_QT_VERSION])
AC_MSG_NOTICE([Running qmake to generate the makefile...])
$QT_QMAKE "die_source.pro" -spec $X_QMAKE_SPEC

AC_MSG_NOTICE([Good, the configure finished.])
AC_MSG_NOTICE([The configure finished. Please type "make" to compile the project.])
AS_ECHO()
2 changes: 2 additions & 0 deletions gui_source/guimainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ GuiMainWindow::GuiMainWindow(QWidget *pParent)

adjust();

ui->pushButtonDemangle->hide(); // TODO

if(QCoreApplication::arguments().count()>1)
{
QString sFileName=QCoreApplication::arguments().at(1);
Expand Down

0 comments on commit 699e114

Please sign in to comment.