mirror of
https://github.com/JonathanSalwan/ROPgadget
synced 2026-06-08 11:25:23 +00:00
Bug Fix (BoF)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
Authors:
|
||||
* Jonathan Salwan
|
||||
|
||||
Contributors:
|
||||
* Hellman (Bug Fix)
|
||||
* Axel "0vercl0k" Souchet (Bug Fix)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
##
|
||||
## RopGadget - Release v3.3.1
|
||||
## RopGadget - Release v3.3.2
|
||||
## Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
## http://shell-storm.org
|
||||
## 2011-11-13
|
||||
## 2012-02-14
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
@@ -20,8 +20,8 @@
|
||||
##
|
||||
|
||||
|
||||
$> tar -xf ROPgadget-v3.3.1.tar.gz
|
||||
$> cd ROPgadget-v3.3.1
|
||||
$> tar -xf ROPgadget-v3.3.2.tar.gz
|
||||
$> cd ROPgadget-v3.3.2
|
||||
$> make
|
||||
$> su
|
||||
$> make install
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
##
|
||||
## RopGadget - Release v3.3.1
|
||||
## RopGadget - Release v3.3.2
|
||||
## Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
## http://shell-storm.org
|
||||
## 2011-11-13
|
||||
## 2012-02-14
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
@@ -44,7 +44,7 @@ void check_bind_mode(char **argv)
|
||||
fprintf(stderr, "%sError port%s: need to set port between 1000 and 9999 (For stack padding)\n", RED, ENDC);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
strcpy(bind_mode.port, argv[i + 1]);
|
||||
strncpy(bind_mode.port, argv[i + 1], 4);
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+3
-3
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
@@ -29,7 +29,7 @@ void check_v_mode(char **argv)
|
||||
{
|
||||
if (!strcmp(argv[i], "-v"))
|
||||
{
|
||||
fprintf(stdout, "%sRopGadget%s - Release v3.3.1\n", RED, ENDC);
|
||||
fprintf(stdout, "%sRopGadget%s - Release v3.3.2\n", RED, ENDC);
|
||||
fprintf(stdout, "Jonathan Salwan - twitter @JonathanSalwan\n");
|
||||
fprintf(stdout, "http://www.shell-storm.org\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
** RopGadget - Release v3.3.1
|
||||
** RopGadget - Release v3.3.2
|
||||
** Jonathan Salwan - http://twitter.com/JonathanSalwan
|
||||
** http://shell-storm.org
|
||||
** 2011-11-13
|
||||
** 2012-02-14
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
||||
Reference in New Issue
Block a user