We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f8e1a commit e793209Copy full SHA for e793209
mona.py
@@ -28,12 +28,12 @@
28
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
29
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
-$Revision: 638 $
32
-$Id: mona.py 638 2025-04-03 19:49:00Z corelanc0d3r $
+$Revision: 639 $
+$Id: mona.py 639 2025-07-13 10:16:00Z corelanc0d3r $
33
"""
34
35
__VERSION__ = '2.0'
36
-__REV__ = filter(str.isdigit, '$Revision: 638 $')
+__REV__ = filter(str.isdigit, '$Revision: 639 $')
37
__IMM__ = '1.8'
38
__DEBUGGERAPP__ = ''
39
arch = 32
0 commit comments