Skip to content

Commit

Permalink
Merge pull request #34 from xabiugarte/dev
Browse files Browse the repository at this point in the history
Update dev branch
  • Loading branch information
xabiugarte committed Jun 5, 2019
2 parents 360dd5c + cf9f39b commit b06fd2e
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 1,180 deletions.
2 changes: 1 addition & 1 deletion server/first/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
INSTALLED_APPS = [
'www.apps.WwwConfig',
'engines.apps.EnginesConfig',
'django.contrib.admin',
# 'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
Expand Down
2 changes: 1 addition & 1 deletion server/first/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

handler404 = 'www.views.handler404'

# path(r'admin', admin.site.urls),
urlpatterns = [
path(r'admin', admin.site.urls),
path(r'api', include('rest.urls')),
path(r'', include('www.urls')),
]
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
228 changes: 0 additions & 228 deletions server/www/static/www/css/talos-guy.css

This file was deleted.

0 comments on commit b06fd2e

Please sign in to comment.