From f8a9250820dfe9512e342a1ae09b7f29ea71c786 Mon Sep 17 00:00:00 2001 From: Jonathan Salwan Date: Tue, 14 Feb 2012 16:15:49 +0100 Subject: [PATCH] Bug Fix (BoF) --- AUTHORS | 4 ++++ INSTALL | 8 ++++---- Makefile | 4 ++-- includes/ropgadget.h | 4 ++-- src/check_allheader_mode.c | 4 ++-- src/check_arch_supported.c | 4 ++-- src/check_asm_mode.c | 4 ++-- src/check_bind_mode.c | 6 +++--- src/check_elf_format.c | 4 ++-- src/check_elfheader_mode.c | 4 ++-- src/check_exec_maps.c | 4 ++-- src/check_file_mode.c | 4 ++-- src/check_filter_mode.c | 4 ++-- src/check_g_mode.c | 4 ++-- src/check_importsc_mode.c | 4 ++-- src/check_limit_mode.c | 4 ++-- src/check_map_mode.c | 4 ++-- src/check_only_mode.c | 4 ++-- src/check_opcode_mode.c | 4 ++-- src/check_option.c | 4 ++-- src/check_progheader_mode.c | 4 ++-- src/check_read_maps.c | 4 ++-- src/check_sectheader_mode.c | 4 ++-- src/check_string_mode.c | 4 ++-- src/check_symtab_mode.c | 4 ++-- src/check_syntax_mode.c | 4 ++-- src/check_v_mode.c | 6 +++--- src/combo_ropmaker1.c | 4 ++-- src/combo_ropmaker2.c | 4 ++-- src/combo_ropmaker_importsc.c | 4 ++-- src/gadget_x8632.c | 4 ++-- src/get_addr_section.c | 4 ++-- src/get_entsize_section.c | 4 ++-- src/get_flags.c | 4 ++-- src/get_offset_section.c | 4 ++-- src/get_seg.c | 4 ++-- src/get_size_section.c | 4 ++-- src/how_many_found.c | 4 ++-- src/main.c | 4 ++-- src/makecode.c | 4 ++-- src/makecode_importsc.c | 4 ++-- src/no_filtered.c | 4 ++-- src/onlymode.c | 4 ++-- src/real_string_stringmode.c | 4 ++-- src/return_maps_exec.c | 4 ++-- src/return_maps_read.c | 4 ++-- src/ropmaker.c | 4 ++-- src/save_octet.c | 4 ++-- src/save_section.c | 4 ++-- src/save_symbols.c | 4 ++-- src/search_gadgets.c | 4 ++-- src/search_opcode.c | 4 ++-- src/syntax.c | 4 ++-- src/varop.c | 4 ++-- src/xfunc.c | 4 ++-- 55 files changed, 116 insertions(+), 112 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1360c2c..ff58ec0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,6 @@ Authors: * Jonathan Salwan + +Contributors: +* Hellman (Bug Fix) +* Axel "0vercl0k" Souchet (Bug Fix) diff --git a/INSTALL b/INSTALL index 0a9a55c..99a7a79 100644 --- a/INSTALL +++ b/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 @@ -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 diff --git a/Makefile b/Makefile index 0c1c6e8..828f651 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/includes/ropgadget.h b/includes/ropgadget.h index 9cd4ff9..0dfced7 100644 --- a/includes/ropgadget.h +++ b/includes/ropgadget.h @@ -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 diff --git a/src/check_allheader_mode.c b/src/check_allheader_mode.c index 203fb10..29c19ef 100644 --- a/src/check_allheader_mode.c +++ b/src/check_allheader_mode.c @@ -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 diff --git a/src/check_arch_supported.c b/src/check_arch_supported.c index 417dfe2..b6c5c6d 100644 --- a/src/check_arch_supported.c +++ b/src/check_arch_supported.c @@ -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 diff --git a/src/check_asm_mode.c b/src/check_asm_mode.c index d0c8fbf..f8672f1 100644 --- a/src/check_asm_mode.c +++ b/src/check_asm_mode.c @@ -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 diff --git a/src/check_bind_mode.c b/src/check_bind_mode.c index ed16fc0..cb4f3c0 100644 --- a/src/check_bind_mode.c +++ b/src/check_bind_mode.c @@ -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++; } diff --git a/src/check_elf_format.c b/src/check_elf_format.c index dda60fa..84937c1 100644 --- a/src/check_elf_format.c +++ b/src/check_elf_format.c @@ -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 diff --git a/src/check_elfheader_mode.c b/src/check_elfheader_mode.c index eac6f48..effb2d6 100644 --- a/src/check_elfheader_mode.c +++ b/src/check_elfheader_mode.c @@ -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 diff --git a/src/check_exec_maps.c b/src/check_exec_maps.c index 65f1fda..b6b5815 100644 --- a/src/check_exec_maps.c +++ b/src/check_exec_maps.c @@ -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 diff --git a/src/check_file_mode.c b/src/check_file_mode.c index 7bc7f3c..61d9cb7 100644 --- a/src/check_file_mode.c +++ b/src/check_file_mode.c @@ -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 diff --git a/src/check_filter_mode.c b/src/check_filter_mode.c index 230be1b..8675ce6 100644 --- a/src/check_filter_mode.c +++ b/src/check_filter_mode.c @@ -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 diff --git a/src/check_g_mode.c b/src/check_g_mode.c index 982ae1a..0d500bb 100644 --- a/src/check_g_mode.c +++ b/src/check_g_mode.c @@ -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 diff --git a/src/check_importsc_mode.c b/src/check_importsc_mode.c index ec6af84..cb0f00b 100644 --- a/src/check_importsc_mode.c +++ b/src/check_importsc_mode.c @@ -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 diff --git a/src/check_limit_mode.c b/src/check_limit_mode.c index aa3401f..566068f 100644 --- a/src/check_limit_mode.c +++ b/src/check_limit_mode.c @@ -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 diff --git a/src/check_map_mode.c b/src/check_map_mode.c index 98dc37a..75c4ba9 100644 --- a/src/check_map_mode.c +++ b/src/check_map_mode.c @@ -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 diff --git a/src/check_only_mode.c b/src/check_only_mode.c index 8ed3c71..555a77b 100644 --- a/src/check_only_mode.c +++ b/src/check_only_mode.c @@ -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 diff --git a/src/check_opcode_mode.c b/src/check_opcode_mode.c index d33220b..ddafad1 100644 --- a/src/check_opcode_mode.c +++ b/src/check_opcode_mode.c @@ -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 diff --git a/src/check_option.c b/src/check_option.c index 8a0b9b4..dade869 100644 --- a/src/check_option.c +++ b/src/check_option.c @@ -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 diff --git a/src/check_progheader_mode.c b/src/check_progheader_mode.c index a9c87be..0df513d 100644 --- a/src/check_progheader_mode.c +++ b/src/check_progheader_mode.c @@ -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 diff --git a/src/check_read_maps.c b/src/check_read_maps.c index 9cf668c..abb3006 100644 --- a/src/check_read_maps.c +++ b/src/check_read_maps.c @@ -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 diff --git a/src/check_sectheader_mode.c b/src/check_sectheader_mode.c index a124891..4834f13 100644 --- a/src/check_sectheader_mode.c +++ b/src/check_sectheader_mode.c @@ -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 diff --git a/src/check_string_mode.c b/src/check_string_mode.c index d694b89..6d53545 100644 --- a/src/check_string_mode.c +++ b/src/check_string_mode.c @@ -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 diff --git a/src/check_symtab_mode.c b/src/check_symtab_mode.c index aa7370c..56a201a 100644 --- a/src/check_symtab_mode.c +++ b/src/check_symtab_mode.c @@ -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 diff --git a/src/check_syntax_mode.c b/src/check_syntax_mode.c index 2ce5fec..0ff24cd 100644 --- a/src/check_syntax_mode.c +++ b/src/check_syntax_mode.c @@ -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 diff --git a/src/check_v_mode.c b/src/check_v_mode.c index 93147b2..74f5930 100644 --- a/src/check_v_mode.c +++ b/src/check_v_mode.c @@ -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); diff --git a/src/combo_ropmaker1.c b/src/combo_ropmaker1.c index e2dc63e..c507852 100644 --- a/src/combo_ropmaker1.c +++ b/src/combo_ropmaker1.c @@ -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 diff --git a/src/combo_ropmaker2.c b/src/combo_ropmaker2.c index 586898e..51e79d9 100644 --- a/src/combo_ropmaker2.c +++ b/src/combo_ropmaker2.c @@ -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 diff --git a/src/combo_ropmaker_importsc.c b/src/combo_ropmaker_importsc.c index 9b9287b..ff9177f 100644 --- a/src/combo_ropmaker_importsc.c +++ b/src/combo_ropmaker_importsc.c @@ -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 diff --git a/src/gadget_x8632.c b/src/gadget_x8632.c index 0887066..6f673e8 100644 --- a/src/gadget_x8632.c +++ b/src/gadget_x8632.c @@ -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 diff --git a/src/get_addr_section.c b/src/get_addr_section.c index 5d53055..04c5e72 100644 --- a/src/get_addr_section.c +++ b/src/get_addr_section.c @@ -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 diff --git a/src/get_entsize_section.c b/src/get_entsize_section.c index a6d831c..d2cd918 100644 --- a/src/get_entsize_section.c +++ b/src/get_entsize_section.c @@ -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 diff --git a/src/get_flags.c b/src/get_flags.c index ea77876..4c04191 100644 --- a/src/get_flags.c +++ b/src/get_flags.c @@ -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 diff --git a/src/get_offset_section.c b/src/get_offset_section.c index 674cc5b..5dc2d8c 100644 --- a/src/get_offset_section.c +++ b/src/get_offset_section.c @@ -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 diff --git a/src/get_seg.c b/src/get_seg.c index 79b2b9a..69cc9c2 100644 --- a/src/get_seg.c +++ b/src/get_seg.c @@ -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 diff --git a/src/get_size_section.c b/src/get_size_section.c index 23b33de..a168603 100644 --- a/src/get_size_section.c +++ b/src/get_size_section.c @@ -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 diff --git a/src/how_many_found.c b/src/how_many_found.c index 5023087..f804e7b 100644 --- a/src/how_many_found.c +++ b/src/how_many_found.c @@ -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 diff --git a/src/main.c b/src/main.c index 0e45d1c..2e11b05 100644 --- a/src/main.c +++ b/src/main.c @@ -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 diff --git a/src/makecode.c b/src/makecode.c index ee7618e..a38e3c6 100644 --- a/src/makecode.c +++ b/src/makecode.c @@ -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 diff --git a/src/makecode_importsc.c b/src/makecode_importsc.c index 146c322..e7e28a7 100644 --- a/src/makecode_importsc.c +++ b/src/makecode_importsc.c @@ -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 diff --git a/src/no_filtered.c b/src/no_filtered.c index ae74754..98c0b0d 100644 --- a/src/no_filtered.c +++ b/src/no_filtered.c @@ -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 diff --git a/src/onlymode.c b/src/onlymode.c index 6fe63c3..7ee435f 100644 --- a/src/onlymode.c +++ b/src/onlymode.c @@ -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 diff --git a/src/real_string_stringmode.c b/src/real_string_stringmode.c index 8da1652..851af1a 100644 --- a/src/real_string_stringmode.c +++ b/src/real_string_stringmode.c @@ -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 diff --git a/src/return_maps_exec.c b/src/return_maps_exec.c index 9f206b3..bf049c6 100644 --- a/src/return_maps_exec.c +++ b/src/return_maps_exec.c @@ -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 diff --git a/src/return_maps_read.c b/src/return_maps_read.c index 57b434b..f147ba0 100644 --- a/src/return_maps_read.c +++ b/src/return_maps_read.c @@ -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 diff --git a/src/ropmaker.c b/src/ropmaker.c index c76d8a9..6abedac 100644 --- a/src/ropmaker.c +++ b/src/ropmaker.c @@ -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 diff --git a/src/save_octet.c b/src/save_octet.c index 097f4fd..748af2e 100644 --- a/src/save_octet.c +++ b/src/save_octet.c @@ -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 diff --git a/src/save_section.c b/src/save_section.c index f2efcf4..e60cbed 100644 --- a/src/save_section.c +++ b/src/save_section.c @@ -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 diff --git a/src/save_symbols.c b/src/save_symbols.c index c759cfb..e95f510 100644 --- a/src/save_symbols.c +++ b/src/save_symbols.c @@ -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 diff --git a/src/search_gadgets.c b/src/search_gadgets.c index 71f4e25..fb61130 100644 --- a/src/search_gadgets.c +++ b/src/search_gadgets.c @@ -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 diff --git a/src/search_opcode.c b/src/search_opcode.c index 4e330d8..318ebc3 100644 --- a/src/search_opcode.c +++ b/src/search_opcode.c @@ -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 diff --git a/src/syntax.c b/src/syntax.c index f60c4c9..5068d1b 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -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 diff --git a/src/varop.c b/src/varop.c index 0e6d5b8..fa3eadd 100644 --- a/src/varop.c +++ b/src/varop.c @@ -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 diff --git a/src/xfunc.c b/src/xfunc.c index 7a3eba5..72d88c9 100644 --- a/src/xfunc.c +++ b/src/xfunc.c @@ -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