Skip to content

Commit

Permalink
Move codec to the right place (google#1)
Browse files Browse the repository at this point in the history
'ascii' codec can't decode byte 0xe2 in position 8013: ordinal not in range(128)
  • Loading branch information
sirdarckcat committed May 9, 2018
1 parent 46cb767 commit 6cfcc4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2017/finals/2017-finals-pwn-superman/build/src/generate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 Google LLC
#
Expand All @@ -14,8 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from pwn import *

context.arch = 'arm'
Expand Down

0 comments on commit 6cfcc4c

Please sign in to comment.