Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from xabiugarte/master
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
xabiugarte authored Jun 5, 2019
2 parents 1ba5117 + 06f24e4 commit cf9f39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions server/first_core/disassembly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
from capstone.mips import MIPS_OP_MEM
from capstone.mips import MIPS_OP_INVALID

from capstone import Cs


arch_mapping = {
'ppc' : (CS_ARCH_PPC, CS_MODE_32),
Expand Down
2 changes: 1 addition & 1 deletion server/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from first_core.models import Function, User
from first_core.auth import Authentication, require_login, FIRSTAuthError

def handler404(request):
def handler404(request, exc):
return render(request, 'www/404.html', None)


Expand Down

0 comments on commit cf9f39b

Please sign in to comment.