Skip to content

Commit 11acba3

Browse files
committed
Prefix coding
1 parent 094361f commit 11acba3

21 files changed

+42
-0
lines changed

lib/rex/java.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# -*- coding: binary -*-
2+
13
require 'rex/java/serialization'

lib/rex/java/serialization.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
# Include constants defining terminal and constant

lib/rex/java/serialization/model.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
require 'rex/java/serialization/model/element'
24
require 'rex/java/serialization/model/null_reference'
35
require 'rex/java/serialization/model/reference'

lib/rex/java/serialization/model/annotation.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
module Serialization

lib/rex/java/serialization/model/block_data.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
module Serialization

lib/rex/java/serialization/model/block_data_long.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
module Serialization

lib/rex/java/serialization/model/class_desc.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
module Serialization

lib/rex/java/serialization/model/contents.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
module Serialization

lib/rex/java/serialization/model/element.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
module Serialization

lib/rex/java/serialization/model/end_block_data.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: binary -*-
2+
13
module Rex
24
module Java
35
module Serialization

0 commit comments

Comments
 (0)